Skip to content

Commit

Permalink
chore: fix components/handlebars package.json and auto-update on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jan 2, 2019
1 parent 27ac1ee commit bacd473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/package.json
@@ -1,5 +1,6 @@
{
"version": "4.0.11",
"name": "handlebars",
"version": "4.0.12",
"license": "MIT",
"jspm": {
"main": "handlebars",
Expand Down
1 change: 1 addition & 0 deletions tasks/version.js
Expand Up @@ -20,6 +20,7 @@ module.exports = function(grunt) {
async.each([
['lib/handlebars/base.js', (/const VERSION = ['"](.*)['"];/), 'const VERSION = \'' + version + '\';'],
['components/bower.json', (/"version":.*/), '"version": "' + version + '",'],
['components/package.json', /"version":.*/, '"version": "' + version + '",'],
['components/handlebars.js.nuspec', (/<version>.*<\/version>/), '<version>' + version + '</version>']
],
function(args, callback) {
Expand Down

0 comments on commit bacd473

Please sign in to comment.