File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mocha-coderoad" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " mocha test runner & reporter for atom-coderoad" ,
5
5
"keywords" : [
6
6
" coderoad" ,
26
26
"test" : " echo \" Error: no test specified\" && exit 1"
27
27
},
28
28
"dependencies" : {
29
- "mocha" : " 3.0.2" ,
29
+ "mocha" : " ^ 3.0.2" ,
30
30
"node-file-exists" : " 1.1.0" ,
31
- "js-coderoad" : " 0.1.0 "
31
+ "js-coderoad" : " ^ 0.1.1 "
32
32
},
33
33
"devDependencies" : {
34
34
"chai" : " 3.5.0" ,
Original file line number Diff line number Diff line change 35
35
" src/typings/process-console-log/index.d.ts" ,
36
36
" src/typings/set/set.d.ts" ,
37
37
" src/typings/tsd.d.ts" ,
38
- " src/writeTests/helpers.ts" ,
39
- " src/writeTests/import-paths.ts" ,
40
38
" src/writeTests/index.ts"
41
39
],
42
40
"exclude" : [
You can’t perform that action at this time.
0 commit comments