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 a56ac51 commit c7139baCopy full SHA for c7139ba
package.json
@@ -26,7 +26,7 @@
26
"dependencies": {
27
"chalk": "1.1.3",
28
"commander": "2.9.0",
29
- "lodash": "4.9.0",
+ "lodash": "4.11.1",
30
"prompt": "1.0.0",
31
"validate-npm-package-name": "2.2.2"
32
},
setup/package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"description": "Coderoad tutorial",
5
"author": "Name <email> (site)",
6
- "contributers": [],
+ "contributors": [],
7
"main": "coderoad.json",
8
"files": [
9
"coderoad.json",
@@ -14,7 +14,8 @@
14
"node" : ">=0.10.3"
15
16
17
- "mocha-coderoad": "^0.5.4"
+ "mocha-coderoad": "^0.6.0",
18
+ "chai": "3.5.0"
19
20
"license": "MIT",
21
"config": {
0 commit comments