Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit 1e60f29

Browse files
author
Gustavo Henke
committed
Remove grunt-bump and the bump task
1 parent bb98fca commit 1e60f29

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@ module.exports = function( grunt ) {
22
"use strict";
33

44
grunt.initConfig( {
5-
bump: {
6-
options: {
7-
files: [ "package.json" ],
8-
9-
// Commit
10-
commit: true,
11-
commitMessage: "Release v%VERSION%",
12-
commitFiles: [ "package.json" ],
13-
14-
// Tag
15-
createTag: true,
16-
tagName: "%VERSION%",
17-
tagMessage: "Version %VERSION%",
18-
19-
// Push
20-
push: true,
21-
pushTo: "origin"
22-
}
23-
},
245
jshint: {
256
options: {
267
jshintrc: ".jshintrc"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"vow": "~0.4.1"
2323
},
2424
"devDependencies": {
25-
"grunt-bump": "~0.0.13",
2625
"grunt-cli": "~0.1.13",
2726
"grunt-contrib-jshint": "~0.10.0",
2827
"grunt-contrib-nodeunit": "~0.4.0",

0 commit comments

Comments
 (0)