File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " handlebars" ,
3
- "version" : " 4.7.6 " ,
3
+ "version" : " 4.7.7 " ,
4
4
"main" : " handlebars.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {}
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >handlebars.js</id >
5
- <version >4.7.6 </version >
5
+ <version >4.7.7 </version >
6
6
<authors >handlebars.js Authors</authors >
7
7
<licenseUrl >https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl >
8
8
<projectUrl >https://github.com/wycats/handlebars.js/</projectUrl >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " handlebars" ,
3
- "version" : " 4.7.6 " ,
3
+ "version" : " 4.7.7 " ,
4
4
"license" : " MIT" ,
5
5
"jspm" : {
6
6
"main" : " handlebars" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { registerDefaultDecorators } from './decorators';
5
5
import logger from './logger' ;
6
6
import { resetLoggedProperties } from './internal/proto-access' ;
7
7
8
- export const VERSION = '4.7.6 ' ;
8
+ export const VERSION = '4.7.7 ' ;
9
9
export const COMPILER_REVISION = 8 ;
10
10
export const LAST_COMPATIBLE_COMPILER_REVISION = 7 ;
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " handlebars" ,
3
3
"barename" : " handlebars" ,
4
- "version" : " 4.7.6 " ,
4
+ "version" : " 4.7.7 " ,
5
5
"description" : " Handlebars provides the power necessary to let you build semantic templates effectively with no frustration" ,
6
6
"homepage" : " http://www.handlebarsjs.com/" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments