Skip to content

Commit

Permalink
Merge pull request #193 from akatov/no-phantomjs-dependency
Browse files Browse the repository at this point in the history
move phantomjs dependencies to devDependencies
  • Loading branch information
jcbrand committed Jun 9, 2016
2 parents 935cb2f + 8358d4b commit 42eb3aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
"licenses": [
"MIT"
],
"dependencies": {
"phantomjs": "^1.9.13",
"qunit-phantomjs-runner": "^2.1.0"
},
"main": "strophe.js",
"browser": "strophe.js",
"scripts": {
Expand Down Expand Up @@ -72,6 +68,8 @@
"grunt-natural-docs": "~0.1.1",
"grunt-shell": "~0.6.1",
"http-server": "^0.7.4",
"phantomjs": "^1.9.13",
"qunit-phantomjs-runner": "^2.1.0",
"requirejs": "~2.1.15"
}
}

0 comments on commit 42eb3aa

Please sign in to comment.