Skip to content

Commit e31796f

Browse files
author
Ashley Baldwin-Hunter
committed
Merge pull request #25 from codeclimate/abh-update-packages
Add intercept-stdout to package.json for testing
2 parents 3a0959e + f864db0 commit e31796f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"devDependencies": {
1010
"chai": "3.4.1",
11-
"mocha": "2.3.3"
11+
"mocha": "2.3.3",
12+
"intercept-stdout": "0.1.2"
1213
},
1314
"scripts": {
1415
"test": "mocha"

0 commit comments

Comments
 (0)