Skip to content

Commit c7139ba

Browse files
committed
update package.json
1 parent a56ac51 commit c7139ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"chalk": "1.1.3",
2828
"commander": "2.9.0",
29-
"lodash": "4.9.0",
29+
"lodash": "4.11.1",
3030
"prompt": "1.0.0",
3131
"validate-npm-package-name": "2.2.2"
3232
},

setup/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Coderoad tutorial",
55
"author": "Name <email> (site)",
6-
"contributers": [],
6+
"contributors": [],
77
"main": "coderoad.json",
88
"files": [
99
"coderoad.json",
@@ -14,7 +14,8 @@
1414
"node" : ">=0.10.3"
1515
},
1616
"dependencies": {
17-
"mocha-coderoad": "^0.5.4"
17+
"mocha-coderoad": "^0.6.0",
18+
"chai": "3.5.0"
1819
},
1920
"license": "MIT",
2021
"config": {

0 commit comments

Comments
 (0)