Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
feat: Move phantomjs to peerDeps
Browse files Browse the repository at this point in the history
Closes #25, #37, #42, #56
  • Loading branch information
dignifiedquire committed May 29, 2015
1 parent 9b6eba7 commit a0f399d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"phantomjs": "~1.9",
"lodash": "~3.9.3"
},
"peerDependencies": {
"karma": ">=0.9"
"karma": ">=0.9",
"phantomjs": ">=1.9"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a0f399d

Please sign in to comment.