From 0396494d3cab40f2fc80f533dc730d84273a4a94 Mon Sep 17 00:00:00 2001 From: Luke Preston Date: Mon, 22 Feb 2016 11:42:57 +0000 Subject: [PATCH] 3.2.0 --- package.json | 68 ++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/package.json b/package.json index ebe91038..dd924aad 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { - "name": "tal", - "license": "Apache-2.0", - "version": "3.1.3", - "repository": { - "type": "git", - "url": "https://github.com/fmtvp/tal.git" - }, - "description": "Library for building applications for Connected TV devices", - "main": "./node/antie.js", - "directories": { - "node": "./node", - "config": "./config", - "static": "./static/script" - }, - "devDependencies": { - "eslint-plugin-jasmine": "^1.6.0", - "eslint-plugin-requirejs": "^0.6.0", - "exec-sync": "latest", - "grunt": "^0.4.5", - "grunt-bump": "^0.6.0", - "grunt-cli": "~0.1.6", - "grunt-complexity": "^0.2.0", - "grunt-contrib-jasmine": "~0.5.2", - "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-watch": "~0.6.1", - "grunt-shell": "^1.1.1", - "grunt-text-replace": "^0.4.0", - "gruntify-eslint": "^1.3.0", - "jsdoc-toolkit": "latest" - }, - "dependencies": {}, - "scripts": { - "test": "grunt full --verbose" - } + "name": "tal", + "license": "Apache-2.0", + "version": "3.2.0", + "repository": { + "type": "git", + "url": "https://github.com/fmtvp/tal.git" + }, + "description": "Library for building applications for Connected TV devices", + "main": "./node/antie.js", + "directories": { + "node": "./node", + "config": "./config", + "static": "./static/script" + }, + "devDependencies": { + "eslint-plugin-jasmine": "^1.6.0", + "eslint-plugin-requirejs": "^0.6.0", + "exec-sync": "latest", + "grunt": "^0.4.5", + "grunt-bump": "^0.6.0", + "grunt-cli": "~0.1.6", + "grunt-complexity": "^0.2.0", + "grunt-contrib-jasmine": "~0.5.2", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-watch": "~0.6.1", + "grunt-shell": "^1.1.1", + "grunt-text-replace": "^0.4.0", + "gruntify-eslint": "^1.3.0", + "jsdoc-toolkit": "latest" + }, + "dependencies": {}, + "scripts": { + "test": "grunt full --verbose" + } }