Skip to content

Commit 24a958c

Browse files
committed
Auto generate manifest
Closed mar10#20
1 parent 5a2591c commit 24a958c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ module.exports = (grunt) ->
9292
run_test: { tasks: ['test'] }
9393
bump: {} # 'bump' also uses the increment mode `yabs:release:MODE`
9494
run_build: { tasks: ['build'] }
95-
commit: { add: '.' }
95+
commit: {}
96+
check_after_build: { clean: true } # Fails if new files found
9697
tag: {}
9798
push: { tags: true }
9899
bump_develop: { inc: 'prepatch' }

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-contextmenu",
33
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4-
"version": "1.4.2",
4+
"version": "1.4.3-0",
55
"main": [
66
"jquery.ui-contextmenu.js"
77
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"grunt-exec": "~0.4.0",
4747
"grunt-saucelabs": "~4.1.2",
4848
"grunt-contrib-watch": "~0.5.3",
49-
"grunt-yabs": "0.0.5"
49+
"grunt-yabs": "0.0.6"
5050
},
5151
"scripts": {
5252
"test": "grunt ci --verbose"
5353
}
54-
}
54+
}

ui-contextmenu.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-contextmenu",
3-
"version": "1.4.2",
3+
"version": "1.4.3-0",
44
"title": "jQuery UI context menu plugin",
55
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
66
"keywords": [

0 commit comments

Comments
 (0)