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

Commit

Permalink
chore(release): v0.1.7
Browse files Browse the repository at this point in the history
Fix the version of the 0.1.x branch to
- angular     1.2.19
- codemirror  4.3
  • Loading branch information
douglasduteil committed Dec 7, 2014
1 parent 8b6b3b0 commit 8bd844b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8bd844b

Please sign in to comment.