Skip to content

Commit 9ad33d9

Browse files
authored
Merge pull request webpack#3013 from gajus/feature/use-json-schema-to-validate-webpack-config
Add schemas to package.json files
2 parents 40a67f6 + 6b9c449 commit 9ad33d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"bin/",
8080
"buildin/",
8181
"hot/",
82-
"web_modules/"
82+
"web_modules/",
83+
"schemas/"
8384
],
8485
"scripts": {
8586
"pretest": "npm run lint && npm run beautify-lint",

0 commit comments

Comments
 (0)