This repository was archived by the owner on May 25, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments