Skip to content

Commit 2967e3b

Browse files
committed
Merge pull request animate-css#439 from IIHS/master
Adding support for jspm
2 parents c375094 + 6ec8b66 commit 2967e3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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)