File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 0.9.0] - 2016-08-01
6+ - add "exists" global file path checker
7+ - upgrade to mocha@3.0.0
8+
59## [ 0.8.0] - 2016-06-28
610- load with object
711
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-coderoad" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " mocha test runner & reporter for atom-coderoad" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
2626 },
2727 "homepage" : " https://github.com/coderoad/mocha-coderoad#readme" ,
2828 "dependencies" : {
29- "mocha" : " 2.5.3 " ,
30- "process-console-log" : " 0.2.0 " ,
29+ "mocha" : " 3.0.0 " ,
30+ "process-console-log" : " 0.2.1 " ,
3131 "node-file-exists" : " 1.1.0"
3232 },
3333 "devDependencies" : {
Original file line number Diff line number Diff line change 1616 ],
1717 "files" : [
1818 " src/constants.ts" ,
19+ " src/exists.ts" ,
1920 " src/index.ts" ,
2021 " src/reporter.ts" ,
2122 " src/runner-process.ts" ,
You can’t perform that action at this time.
0 commit comments