Update package.json

This commit is contained in:
Daniel Eden 2015-12-14 11:43:29 -08:00
parent 0bcdcac3db
commit 19c4673d2c

View File

@ -1,6 +1,6 @@
{ {
"name": "animate.css", "name": "animate.css",
"version": "3.4.0", "version": "3.5.0",
"main": "animate.css", "main": "animate.css",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,13 +24,11 @@
"gulp-autoprefixer": "^3.1.0", "gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0", "gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.2", "gulp-minify-css": "^1.2.2",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"run-sequence": "^1.1.5" "run-sequence": "^1.1.5"
}, },
"spm": { "spm": {
"main": "./animate.css" "main": "./animate.css"
},
"dependencies": {
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2"
} }
} }