Skip to content

Commit 1366d71

Browse files
committed
Merge pull request #453 from klapec/packagejson-fix
package.json - version bump, add license info, fix formatting
2 parents 05658b2 + 11d502c commit 1366d71

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "animate.css",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/daneden/animate.css.git"
77
},
8+
"license": "MIT",
89
"jspm": {
9-
"main":"animate.css!",
10-
"format":"global",
10+
"main": "animate.css!",
11+
"format": "global",
1112
"directories": {
12-
"lib":"./"
13+
"lib": "./"
1314
}
14-
},
15+
},
1516
"devDependencies": {
1617
"grunt": "~0.4.1",
1718
"grunt-autoprefixer": "~0.4.0",

0 commit comments

Comments
 (0)