From b83af57d8a3b727bb48d1449fd1aad838bfb7967 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 18 Jun 2014 21:37:46 -0600 Subject: [PATCH] Updated version to 1.1.4-beta --- package.json | 114 +++++++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/package.json b/package.json index 1a7cad056..de5c35035 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,58 @@ { - "name": "raptor-templates", - "description": "Raptor Templates", - "keywords": [ - "templating", - "template", - "async", - "streaming" - ], - "repository": { - "type": "git", - "url": "https://github.com/raptorjs3/raptor-templates.git" - }, - "scripts": { - "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint compiler/ runtime/ taglibs/" - }, - "author": "Patrick Steele-Idem ", - "maintainers": [ - "Patrick Steele-Idem " - ], - "dependencies": { - "raptor-logging": "^0.2.0-beta", - "raptor-strings": "^0.2.0-beta", - "raptor-regexp": "^0.2.0-beta", - "raptor-util": "^0.2.0-beta", - "raptor-json": "^0.2.0-beta", - "raptor-modules": "^0.2.0-beta", - "raptor-render-context": "^0.2.0-beta", - "raptor-polyfill": "^0.2.0-beta", - "htmlparser2": "^3.7.2", - "char-props": "~0.1.5", - "raptor-promises": "^0.2.0-beta", - "raptor-args": "^0.1.9-beta", - "minimatch": "^0.2.14", - "property-handlers": "^0.2.1-beta", - "sax": "^0.6.0", - "raptor-taglib-async": "^0.1.0-beta", - "raptor-taglib-layout": "^0.1.0-beta" - }, - "devDependencies": { - "mocha": "~1.15.1", - "chai": "~1.8.1", - "jshint": "^2.5.0", - "raptor-cache": "^0.2.7-beta", - "dustjs-linkedin": "^2.3.4", - "through": "^2.3.4" - }, - "license": "Apache License v2.0", - "bin": { - "rhtmlc": "bin/rhtmlc" - }, - "main": "runtime/raptor-templates-runtime.js", - "publishConfig": { - "registry": "https://registry.npmjs.org/" - }, - "ebay": {}, - "version": "1.1.3-beta" -} + "name": "raptor-templates", + "description": "Raptor Templates", + "keywords": [ + "templating", + "template", + "async", + "streaming" + ], + "repository": { + "type": "git", + "url": "https://github.com/raptorjs3/raptor-templates.git" + }, + "scripts": { + "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint compiler/ runtime/ taglibs/" + }, + "author": "Patrick Steele-Idem ", + "maintainers": [ + "Patrick Steele-Idem " + ], + "dependencies": { + "raptor-logging": "^0.2.0-beta", + "raptor-strings": "^0.2.0-beta", + "raptor-regexp": "^0.2.0-beta", + "raptor-util": "^0.2.0-beta", + "raptor-json": "^0.2.0-beta", + "raptor-modules": "^0.2.0-beta", + "raptor-render-context": "^0.2.0-beta", + "raptor-polyfill": "^0.2.0-beta", + "htmlparser2": "^3.7.2", + "char-props": "~0.1.5", + "raptor-promises": "^0.2.0-beta", + "raptor-args": "^0.1.9-beta", + "minimatch": "^0.2.14", + "property-handlers": "^0.2.1-beta", + "sax": "^0.6.0", + "raptor-taglib-async": "^0.1.0-beta", + "raptor-taglib-layout": "^0.1.0-beta" + }, + "devDependencies": { + "mocha": "~1.15.1", + "chai": "~1.8.1", + "jshint": "^2.5.0", + "raptor-cache": "^0.2.7-beta", + "dustjs-linkedin": "^2.3.4", + "through": "^2.3.4" + }, + "license": "Apache License v2.0", + "bin": { + "rhtmlc": "bin/rhtmlc" + }, + "main": "runtime/raptor-templates-runtime.js", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "ebay": {}, + "version": "1.1.4-beta" +} \ No newline at end of file