Skip to content

Commit

Permalink
Preparing the 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jan 20, 2015
1 parent be861b3 commit 17aa9fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 17aa9fe

Please sign in to comment.