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

Commit 092ae77

Browse files
committed
[M] New path v0.0.4.
1 parent 6f3689d commit 092ae77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
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",
@@ -10,6 +10,7 @@
1010
"**/.*",
1111
"node_modules",
1212
"components",
13+
"out",
1314
"test*",
1415
"demo*",
1516
"gruntFile.js",
@@ -20,8 +21,8 @@
2021
"url": "https://github.com/angular-ui/ui-codemirror.git"
2122
},
2223
"dependencies": {
23-
"angular": "~1.0.6",
24-
"codemirror": "*"
24+
"angular": "~1.0.7",
25+
"codemirror": "~3.13.0"
2526
},
2627
"devDependencies": {
2728
"angular-mocks": "~1.x"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
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",

0 commit comments

Comments
 (0)