summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Moore <hello@jacklmoore.com>2015-11-11 03:03:23 -0500
committerJack Moore <hello@jacklmoore.com>2015-11-11 03:03:23 -0500
commit94e8d7283a8e23fba0f93c6065c61bea7bc1bc41 (patch)
tree93ad48b30cf58916356ef7652acb45abea3626b4
parent97a0f84414f8ddafa06d80555fa021823f01fc51 (diff)
downloadautosize-94e8d7283a8e23fba0f93c6065c61bea7bc1bc41.zip
autosize-94e8d7283a8e23fba0f93c6065c61bea7bc1bc41.tar.gz
autosize-94e8d7283a8e23fba0f93c6065c61bea7bc1bc41.tar.bz2
Only including files necessary to run the script when installing from npm, fixes #127.
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index bd6aded..7a30950 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,10 @@
"form",
"ui"
],
+ "files": [
+ "dist",
+ "src"
+ ],
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",