Skip to content

Commit

Permalink
update package.json to prevent warning
Browse files Browse the repository at this point in the history
as of NPM v1.2.20, npm reports warning when repository is missing.
  • Loading branch information
builtbylane committed Aug 5, 2014
1 parent ae2edcb commit 88e9826
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Automatically adjust textarea height based on user input.",
"version": "1.18.9",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jackmoore/autosize.git"
},
"keywords": [
"form",
"textarea",
Expand All @@ -24,4 +28,4 @@
],
"homepage": "http://www.jacklmoore.com/autosize",
"main": "jquery.autosize.js"
}
}

0 comments on commit 88e9826

Please sign in to comment.