Skip to content

Commit 1f9008b

Browse files
committed
Added more dependencies that I need for testing.
1 parent b74a05c commit 1f9008b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test-all": "mocha '**/test.js'"
1010
},
1111
"keywords": [
12-
"CodeProp".
12+
"CodeProp",
1313
"full stack",
1414
"coding challenge",
1515
"whiteboard exercise",
@@ -27,5 +27,8 @@
2727
"mocha": "^2.2.4",
2828
"should": "^7.1.1",
2929
"sinon": "^1.15.3"
30+
},
31+
"dependencies": {
32+
"fs": "0.0.2"
3033
}
3134
}

0 commit comments

Comments
 (0)