From 17aa9febb5065fdaf1ea86639d8f07b94f73facb Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Tue, 20 Jan 2015 00:04:27 -0700 Subject: [PATCH] Preparing the 1.0.0 release --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 841bb8c..c57e090 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "ampersand-expanding-textarea-view", - "version": "0.2.1", + "version": "1.0.0", "description": "A small ampersand.js tool to create an expanding textarea view for an ampersand-form-view", "main": "ampersand-expanding-textarea-view.js", - "repository": "https://github.com/mike-engel/ampersand-expanding-textarea-view", + "repository": "https://github.com/datuhealth/ampersand-expanding-textarea-view", "scripts": { "start": "run-browser test/index.js", "test": "browserify test/index.js | tape-run | tap-spec" }, "bugs": { - "url": "https://github.com/mike-engel/ampersand-expanding-textarea-view/issues" + "url": "https://github.com/datuhealth/ampersand-expanding-textarea-view/issues" }, - "homepage": "https://github.com/mike-engel/ampersand-expanding-textarea-view", + "homepage": "https://github.com/datuhealth/ampersand-expanding-textarea-view", "keywords": [ "Ampersand", "textarea",