Skip to content

Commit

Permalink
Remove meteor-package from bump_version files
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jan 2, 2015
1 parent 894ab4f commit d6e4005
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tasks/bump_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,11 @@ module.exports = function (grunt) {
}
});

grunt.config('string-replace.meteor-package-js', {
files: {'meteor/package.js': 'meteor/package.js'},
options: {
replacements: [
{
pattern: /version: .*/,
replacement: "version: '" + version + "',"
}
]
}
});

grunt.task.run([
'string-replace:moment-js',
'string-replace:package-json',
'string-replace:bower-json',
'string-replace:component-json',
'string-replace:meteor-package-js'
]);
});
};

0 comments on commit d6e4005

Please sign in to comment.