Skip to content

Commit b945d13

Browse files
committed
use future versions of js-coderoad
1 parent 5a4023b commit b945d13

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-coderoad",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "mocha test runner & reporter for atom-coderoad",
55
"keywords": [
66
"coderoad",
@@ -26,9 +26,9 @@
2626
"test": "echo \"Error: no test specified\" && exit 1"
2727
},
2828
"dependencies": {
29-
"mocha": "3.0.2",
29+
"mocha": "^3.0.2",
3030
"node-file-exists": "1.1.0",
31-
"js-coderoad": "0.1.0"
31+
"js-coderoad": "^0.1.1"
3232
},
3333
"devDependencies": {
3434
"chai": "3.5.0",

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"src/typings/process-console-log/index.d.ts",
3636
"src/typings/set/set.d.ts",
3737
"src/typings/tsd.d.ts",
38-
"src/writeTests/helpers.ts",
39-
"src/writeTests/import-paths.ts",
4038
"src/writeTests/index.ts"
4139
],
4240
"exclude": [

0 commit comments

Comments
 (0)