Use files in package.json
This commit is contained in:
parent
7dd5f6ad1a
commit
c85de472e2
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue