summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Moore <hello@jacklmoore.com>2014-08-05 13:58:35 -0400
committerJack Moore <hello@jacklmoore.com>2014-08-05 13:58:35 -0400
commitdfbddf0f7103299fa314b0d0c4871e478acc02cc (patch)
treea272552362cc6505baee120de31da988e11386bd
parentae2edcbc177ffaa6e49cf5394f9b0c7054f5bc68 (diff)
parent88e982608c197edbb6b8907ecf1a022d1f37193f (diff)
downloadautosize-dfbddf0f7103299fa314b0d0c4871e478acc02cc.zip
autosize-dfbddf0f7103299fa314b0d0c4871e478acc02cc.tar.gz
autosize-dfbddf0f7103299fa314b0d0c4871e478acc02cc.tar.bz2
Merge pull request #171 from builtbylane/patch-1
update package.json to prevent warning
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 76275ac..5443d96 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -24,4 +28,4 @@
],
"homepage": "http://www.jacklmoore.com/autosize",
"main": "jquery.autosize.js"
-} \ No newline at end of file
+}