Skip to content

Commit bacd473

Browse files
committed
chore: fix components/handlebars package.json and auto-update on release
1 parent 27ac1ee commit bacd473

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"version": "4.0.11",
2+
"name": "handlebars",
3+
"version": "4.0.12",
34
"license": "MIT",
45
"jspm": {
56
"main": "handlebars",

tasks/version.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = function(grunt) {
2020
async.each([
2121
['lib/handlebars/base.js', (/const VERSION = ['"](.*)['"];/), 'const VERSION = \'' + version + '\';'],
2222
['components/bower.json', (/"version":.*/), '"version": "' + version + '",'],
23+
['components/package.json', /"version":.*/, '"version": "' + version + '",'],
2324
['components/handlebars.js.nuspec', (/<version>.*<\/version>/), '<version>' + version + '</version>']
2425
],
2526
function(args, callback) {

0 commit comments

Comments
 (0)