We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca4c78 commit 1237bf2Copy full SHA for 1237bf2
package.json
@@ -40,8 +40,8 @@
40
},
41
"dependencies": {
42
"minimist": "1.1.x",
43
- "csscomb-core": "3.0.0-8",
44
- "gonzales-pe": "3.0.0-31",
+ "csscomb-core": "csscomb/core#build-dev",
+ "gonzales-pe": "tonyganch/gonzales-pe#build-dev",
45
"vow": "0.4.4"
46
47
"devDependencies": {
@@ -63,6 +63,7 @@
63
"scripts": {
64
"build": "./scripts/build.sh",
65
"coverage": "./scripts/coverage.sh",
66
+ "postinstall": "./scripts/postinstall.sh",
67
"test": "./scripts/build.sh && ./scripts/test.sh",
68
"watch": "./scripts/watch.sh"
69
}
scripts/postinstall.sh
@@ -0,0 +1,2 @@
1
+cd ./node_modules/gonzales-pe && npm i && npm run build && cd -
2
+cd ./node_modules/csscomb-core && npm i && npm run build && cd -
0 commit comments