mirror of https://github.com/webpack/webpack.git
Use `files` in package.json
This commit is contained in:
parent
cebd3b9722
commit
17f187c8b8
|
|
@ -1,6 +0,0 @@
|
|||
test/
|
||||
examples/
|
||||
coverage/
|
||||
.travis.yml
|
||||
appveyor.yml
|
||||
bm.js
|
||||
|
|
@ -62,6 +62,13 @@
|
|||
"main": "lib/webpack.js",
|
||||
"web": "lib/webpack.web.js",
|
||||
"bin": "./bin/webpack.js",
|
||||
"files": [
|
||||
"lib/",
|
||||
"bin/",
|
||||
"buildin/",
|
||||
"hot/",
|
||||
"web_modules/"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "eslint lib && mocha --reporter spec",
|
||||
"lint": "eslint lib",
|
||||
|
|
|
|||
Loading…
Reference in New Issue