From: XhmikosR Date: Sun, 9 Mar 2014 08:51:41 +0000 (+0200) Subject: Remove .npmignore. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4bd65fdcae62d1c9f10b1d9100e53504be909daf;p=html-minifier.git Remove .npmignore. Instead of specifying the files to ignore, specify the files to include when installing the npm package. --- diff --git a/.npmignore b/.npmignore deleted file mode 100644 index e0f52f0..0000000 --- a/.npmignore +++ /dev/null @@ -1,11 +0,0 @@ -.jshintrc -.travis.yml -_config.yml -Gruntfile.js -index.html -master.css -master.js -test.js -src -tests -v8 diff --git a/package.json b/package.json index 66dddbb..fd5d2df 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,9 @@ "qunit": "0.6.x", "time-grunt": "0.2.x" }, + "files": [ + "dist", + "LICENSE" + ], "main": "./dist/htmlminifier.js" }