mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-14 00:01:09 +01:00
Adding support for jspm
This commit is contained in:
parent
c3750941a9
commit
6ec8b66168
1 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,13 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/daneden/animate.css.git"
|
||||
},
|
||||
"jspm": {
|
||||
"main":"animate.css!",
|
||||
"format":"global",
|
||||
"directories": {
|
||||
"lib":"./"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-autoprefixer": "~0.4.0",
|
||||
|
|
Loading…
Reference in a new issue