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 f737628 commit 80c1050Copy full SHA for 80c1050
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
node_js:
3
- 6
4
- - 8
5
6
notifications:
7
email: false
package.json
@@ -47,11 +47,11 @@
47
"babel": "~5.8.38",
48
"jscs": "~2.11.0",
49
"jscs-preset-mrjoelkemp": "~1.0.0",
50
- "mocha": "~2.0.1",
51
- "mock-fs": "^4.x.x",
+ "mocha": "^4.1.0",
+ "mock-fs": "^4.0.0",
52
"resolve": "^1.5.0",
53
- "rewire": "~2.5.2",
54
- "sinon": "~1.12.2",
+ "rewire": "^3.0.2",
+ "sinon": "^4.1.3",
55
"typescript": "^2.4.2",
56
"module-definition": "^2.2.4"
57
}
0 commit comments