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:
Tobias Koppers 2016-09-19 16:55:16 +02:00 committed by GitHub
commit 9ad33d92db
1 changed files with 2 additions and 1 deletions

View File

@ -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",