Skip to content

Commit 6ec8b66

Browse files
committed
Adding support for jspm
1 parent c375094 commit 6ec8b66

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "animate.css",
3-
"version": "3.2.5",
3+
"version": "3.2.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daneden/animate.css.git"
77
},
8+
"jspm": {
9+
"main":"animate.css!",
10+
"format":"global",
11+
"directories": {
12+
"lib":"./"
13+
}
14+
},
815
"devDependencies": {
916
"grunt": "~0.4.1",
1017
"grunt-autoprefixer": "~0.4.0",

0 commit comments

Comments
 (0)