Remove .npmignore.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 9 Mar 2014 08:51:41 +0000 (10:51 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 11 Mar 2014 05:25:03 +0000 (07:25 +0200)
Instead of specifying the files to ignore, specify the files to include when installing the npm package.

.npmignore [deleted file]
package.json

diff --git a/.npmignore b/.npmignore
deleted file mode 100644 (file)
index e0f52f0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.jshintrc
-.travis.yml
-_config.yml
-Gruntfile.js
-index.html
-master.css
-master.js
-test.js
-src
-tests
-v8
index 66dddbb..fd5d2df 100644 (file)
@@ -49,5 +49,9 @@
     "qunit": "0.6.x",
     "time-grunt": "0.2.x"
   },
+  "files": [
+    "dist",
+    "LICENSE"
+  ],
   "main": "./dist/htmlminifier.js"
 }