diff options
author | Jack Moore <hello@jacklmoore.com> | 2014-12-09 10:44:44 -0500 |
---|---|---|
committer | Jack Moore <hello@jacklmoore.com> | 2014-12-09 10:44:44 -0500 |
commit | b2afec1915ce94467cac521c976d8f15d4e10b1f (patch) | |
tree | 9f0f5f608aebae38109fbd9519e6e392afb41fed | |
parent | 458af59efe3397e44b43a85bd8acde3fd18e8550 (diff) | |
download | autosize-b2afec1915ce94467cac521c976d8f15d4e10b1f.zip autosize-b2afec1915ce94467cac521c976d8f15d4e10b1f.tar.gz autosize-b2afec1915ce94467cac521c976d8f15d4e10b1f.tar.bz2 |
removing defunct jQuery plugin manifest
-rw-r--r-- | autosize.jquery.json | 28 | ||||
-rw-r--r-- | package.json | 3 |
2 files changed, 2 insertions, 29 deletions
diff --git a/autosize.jquery.json b/autosize.jquery.json deleted file mode 100644 index 66d95de..0000000 --- a/autosize.jquery.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "autosize", - "title": "Autosize", - "description": "Automatically adjust textarea height based on user input.", - "version": "1.18.16", - "dependencies": { - "jquery": ">=1.7" - }, - "keywords": [ - "form", - "textarea", - "ui", - "jQuery" - ], - "author": { - "name": "Jack Moore", - "url": "http://www.jacklmoore.com", - "email": "hello@jacklmoore.com" - }, - "licenses": [ - { - "type": "MIT", - "url": "http://www.opensource.org/licenses/mit-license.php" - } - ], - "homepage": "http://www.jacklmoore.com/autosize", - "demo": "http://www.jacklmoore.com/autosize" -}
\ No newline at end of file diff --git a/package.json b/package.json index eab0957..f842858 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "form", "textarea", "ui", - "jQuery" + "jQuery", + "jquery-plugin" ], "authors": [ { |