|
@@ -10,7 +10,6 @@
|
|
"@wordpress/browserslist-config": "^2.2.2",
|
|
"@wordpress/browserslist-config": "^2.2.2",
|
|
"autoprefixer": "^9.5.1",
|
|
"autoprefixer": "^9.5.1",
|
|
"chokidar-cli": "^2.1.0",
|
|
"chokidar-cli": "^2.1.0",
|
|
- "husky": "^4.2.5",
|
|
|
|
"minimist": "^1.2.2",
|
|
"minimist": "^1.2.2",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass": "^4.13.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
@@ -43,10 +42,5 @@
|
|
"build": "run-s \"build:*\"",
|
|
"build": "run-s \"build:*\"",
|
|
"watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
"watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
"child-theme": "sh ../theme-dev-utils/build-child-theme.sh"
|
|
"child-theme": "sh ../theme-dev-utils/build-child-theme.sh"
|
|
- },
|
|
|
|
- "husky": {
|
|
|
|
- "hooks": {
|
|
|
|
- "pre-commit": "node pre-commit-hook.js"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|