Use files in package.json

This commit is contained in:
Simen Bekkhus 2015-05-09 09:44:34 +02:00
parent 7dd5f6ad1a
commit c85de472e2
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
"version": "1.3.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
"index.js",
"default_index.html",
"default_inject_index.html"
],
"scripts": {
"test": "jshint -c .jshintrc *.js spec && jasmine-node --captureExceptions spec"
},