We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c375094 commit 6ec8b66Copy full SHA for 6ec8b66
1 file changed
package.json
@@ -1,10 +1,17 @@
1
{
2
"name": "animate.css",
3
- "version": "3.2.5",
+ "version": "3.2.5",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/daneden/animate.css.git"
7
},
8
+ "jspm": {
9
+ "main":"animate.css!",
10
+ "format":"global",
11
+ "directories": {
12
+ "lib":"./"
13
+ }
14
+ },
15
"devDependencies": {
16
"grunt": "~0.4.1",
17
"grunt-autoprefixer": "~0.4.0",
0 commit comments