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