Skip to content

Commit

Permalink
add browser-stdout to dependencies
Browse files Browse the repository at this point in the history
- addresses issue wherein mocha possibly cannot be browserified with a production install
  • Loading branch information
boneskull committed Aug 1, 2016
1 parent e3ab4ec commit 15c344c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
"test": "make test"
},
"dependencies": {
"browser-stdout": "1.3.0",
"commander": "2.9.0",
"debug": "2.2.0",
"diff": "1.4.0",
Expand All @@ -313,7 +314,6 @@
"supports-color": "3.1.2"
},
"devDependencies": {
"browser-stdout": "^1.2.0",
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"eslint": "^2.13.1",
Expand Down

0 comments on commit 15c344c

Please sign in to comment.