We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc613c commit ab453c5Copy full SHA for ab453c5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mocha-coderoad",
3
- "version": "0.10.2",
+ "version": "0.10.3",
4
"description": "mocha test runner & reporter for atom-coderoad",
5
"keywords": [
6
"coderoad",
@@ -26,7 +26,7 @@
26
"test": "echo \"Error: no test specified\" && exit 1"
27
},
28
"dependencies": {
29
- "js-coderoad": "^0.1.4",
+ "js-coderoad": "^0.2.1",
30
"mocha": "^3.0.2",
31
"node-file-exists": "1.1.0"
32
0 commit comments