Skip to content

Commit

Permalink
Moves mocha to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Jun 14, 2016
1 parent c2f4529 commit 05e4f8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lighthouse-cli/package.json
Expand Up @@ -24,9 +24,11 @@
"url": "https://github.com/googlechrome/lighthouse/issues"
},
"homepage": "https://github.com/googlechrome/lighthouse#readme",
"devDependencies": {
"mocha": "^2.3.3"
},
"dependencies": {
"meow": "^3.7.0",
"mocha": "^2.3.3",
"lighthouse-core": "file:../lighthouse-core"
}
}

0 comments on commit 05e4f8d

Please sign in to comment.