This commit is contained in:
kpdecker
2013-11-03 21:25:46 -06:00
parent b5969394f1
commit 29e3858d21
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars.js",
"version": "1.0.0",
"version": "1.1.0",
"main": "handlebars.js",
"ignore": [
"node_modules",
+1 -1
View File
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>1.0.0</version>
<version>1.1.0</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+1 -1
View File
@@ -2,7 +2,7 @@
module Utils from "./utils";
import Exception from "./exception";
export var VERSION = "1.0.0";
export var VERSION = "1.1.0";
export var COMPILER_REVISION = 4;
export var REVISION_CHANGES = {
+1 -3
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "1.0.12",
"version": "1.1.0",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
@@ -17,7 +17,6 @@
"author": "Yehuda Katz",
"license": "BSD",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.4.7"
},
@@ -49,7 +48,6 @@
"should": "~1.2.2",
"underscore": "~1.5.1"
},
"main": "lib/index.js",
"bin": {
"handlebars": "bin/handlebars"