Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 8bd844b

Browse files
committed
chore(release): v0.1.7
Fix the version of the 0.1.x branch to - angular 1.2.19 - codemirror 4.3
1 parent 8b6b3b0 commit 8bd844b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

bower.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",
@@ -22,9 +22,10 @@
2222
},
2323
"dependencies": {
2424
"angular": "^1",
25-
"codemirror": "3 || 4"
25+
"codemirror": "4.3",
26+
"angular-mocks": "1.2.19"
2627
},
2728
"devDependencies": {
28-
"angular-mocks": "^1"
29+
"angular-mocks": "1.2.19"
2930
}
3031
}

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",
@@ -30,7 +30,9 @@
3030
"load-grunt-tasks": "~0.4.0",
3131
"requirejs": "~2.1.9"
3232
},
33-
"scripts": {},
33+
"scripts": {
34+
"test": "grunt"
35+
},
3436
"repository": {
3537
"type": "git",
3638
"url": "https://github.com/angular-ui/ui-codemirror.git"

0 commit comments

Comments
 (0)