This repository was archived by the owner on May 25, 2019. It is now read-only.
File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-codemirror" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"description" : " This directive allows you to add CodeMirror to your textarea elements." ,
5
5
"author" : " https://github.com/angular-ui/ui-codemirror/contributors" ,
6
6
"license" : " MIT" ,
22
22
},
23
23
"dependencies" : {
24
24
"angular" : " ^1" ,
25
- "codemirror" : " 3 || 4"
25
+ "codemirror" : " 4.3" ,
26
+ "angular-mocks" : " 1.2.19"
26
27
},
27
28
"devDependencies" : {
28
- "angular-mocks" : " ^1 "
29
+ "angular-mocks" : " 1.2.19 "
29
30
}
30
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-codemirror" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"description" : " This directive allows you to add CodeMirror to your textarea elements." ,
5
5
"author" : " https://github.com/angular-ui/ui-codemirror/contributors" ,
6
6
"license" : " MIT" ,
30
30
"load-grunt-tasks" : " ~0.4.0" ,
31
31
"requirejs" : " ~2.1.9"
32
32
},
33
- "scripts" : {},
33
+ "scripts" : {
34
+ "test" : " grunt"
35
+ },
34
36
"repository" : {
35
37
"type" : " git" ,
36
38
"url" : " https://github.com/angular-ui/ui-codemirror.git"
You can’t perform that action at this time.
0 commit comments