Skip to content

Commit c3b2ef3

Browse files
author
Ivan Demidov
committed
Fixed #74, now using gulp-cli locals in place of globals
1 parent 0cfc814 commit c3b2ef3

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
@@ -5,7 +5,7 @@
55
"description": "Vanilla CSS framework",
66
"main": "dist/slims.min.css",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"build": "gulp"
99
},
1010
"repository": {
1111
"type": "git",
@@ -32,6 +32,7 @@
3232
"babel-register": "^6.7.2",
3333
"doiuse": "^2.3.0",
3434
"gulp": "^3.9.1",
35+
"gulp-cli": "^1.2.1",
3536
"gulp-gh-pages": "^0.5.4",
3637
"gulp-postcss": "^6.1.0",
3738
"gulp-rename": "^1.2.2",

0 commit comments

Comments
 (0)