mirror of https://github.com/webpack/webpack.git
Merge pull request #3013 from gajus/feature/use-json-schema-to-validate-webpack-config
Add schemas to package.json files
This commit is contained in:
commit
9ad33d92db
|
|
@ -79,7 +79,8 @@
|
||||||
"bin/",
|
"bin/",
|
||||||
"buildin/",
|
"buildin/",
|
||||||
"hot/",
|
"hot/",
|
||||||
"web_modules/"
|
"web_modules/",
|
||||||
|
"schemas/"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pretest": "npm run lint && npm run beautify-lint",
|
"pretest": "npm run lint && npm run beautify-lint",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue