Skip to content

Commit b6e5135

Browse files
committed
Add missing dependency in package.json
1 parent bc8c2f1 commit b6e5135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"gulp": "^3.9.0",
2424
"gulp-autoprefixer": "^3.1.0",
2525
"gulp-concat": "^2.6.0",
26-
"gulp-minify-css": "^1.2.2",
2726
"gulp-header": "^1.7.1",
27+
"gulp-minify-css": "^1.2.2",
2828
"gulp-rename": "^1.2.2",
29+
"gulp-util": "^3.0.7",
2930
"run-sequence": "^1.1.5"
3031
},
3132
"spm": {

0 commit comments

Comments
 (0)