We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc814 commit c3b2ef3Copy full SHA for c3b2ef3
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"description": "Vanilla CSS framework",
6
"main": "dist/slims.min.css",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "gulp"
9
},
10
"repository": {
11
"type": "git",
@@ -32,6 +32,7 @@
32
"babel-register": "^6.7.2",
33
"doiuse": "^2.3.0",
34
"gulp": "^3.9.1",
35
+ "gulp-cli": "^1.2.1",
36
"gulp-gh-pages": "^0.5.4",
37
"gulp-postcss": "^6.1.0",
38
"gulp-rename": "^1.2.2",
0 commit comments