From 8bd844bf611972b4b7dbcff1fb8fd10450b5fcad Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Mon, 8 Dec 2014 00:35:29 +0100 Subject: [PATCH] chore(release): v0.1.7 Fix the version of the 0.1.x branch to - angular 1.2.19 - codemirror 4.3 --- bower.json | 7 ++++--- package.json | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index b859c34..1267121 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.1.6", + "version": "0.1.7", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT", @@ -22,9 +22,10 @@ }, "dependencies": { "angular": "^1", - "codemirror": "3 || 4" + "codemirror": "4.3", + "angular-mocks": "1.2.19" }, "devDependencies": { - "angular-mocks": "^1" + "angular-mocks": "1.2.19" } } diff --git a/package.json b/package.json index e66a439..cd47020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.1.6", + "version": "0.1.7", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT", @@ -30,7 +30,9 @@ "load-grunt-tasks": "~0.4.0", "requirejs": "~2.1.9" }, - "scripts": {}, + "scripts": { + "test": "grunt" + }, "repository": { "type": "git", "url": "https://github.com/angular-ui/ui-codemirror.git"