Skip to content

Commit 5593846

Browse files
committed
chore: update json files with correct information
1 parent 48f5052 commit 5593846

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Gruntfile.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,13 @@ module.exports = function (grunt) {
112112
bump: {
113113
options: {
114114
files: ['package.json', 'bower.json', '<%= pkg.name %>.jquery.json'],
115-
push: false
115+
push: true,
116+
pushTo: 'origin',
117+
createTag: true,
118+
tagName: 'v%VERSION%',
119+
tagMessage: 'Version %VERSION%',
120+
commitFiles: '<%= bump.options.files =>',
121+
commitMessage: 'Bumped version to v%VERSION%'
116122
}
117123
},
118124

animateCSS.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "animatecss",
2+
"name": "animateCSS",
33
"title": "Animate CSS jQuery Plugin",
44
"description": "A jQuery plugin to dynamically apply animate.css animations with callbacks",
55
"version": "1.1.0",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"animation",
99
"callbacks"
1010
],
11-
"homepage": "https://github.com/craigmdennis/animatecss",
11+
"homepage": "https://github.com/craigmdennis/animateCSS",
1212
"bugs": "https://github.com/craigmdennis/animateCSS/issues",
1313
"author": {
1414
"name": "Craig Dennis",
@@ -21,7 +21,8 @@
2121
},
2222
"licenses": [
2323
{
24-
"type": "MIT"
24+
"type": "MIT",
25+
"url": "http://opensource.org/licenses/MIT"
2526
}
2627
],
2728
"devDependencies": {

0 commit comments

Comments
 (0)