mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Merge pull request #513 from woneob/add-gulp-util
Add missing dependency in package.json
This commit is contained in:
commit
f71e491f8b
1 changed files with 2 additions and 1 deletions
|
@ -23,9 +23,10 @@
|
|||
"gulp": "^3.9.0",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-minify-css": "^1.2.2",
|
||||
"gulp-header": "^1.7.1",
|
||||
"gulp-minify-css": "^1.2.2",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-util": "^3.0.7",
|
||||
"run-sequence": "^1.1.5"
|
||||
},
|
||||
"spm": {
|
||||
|
|
Loading…
Reference in a new issue