Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #603 from Medium/nicks/bundling
Browse files Browse the repository at this point in the history
remove bundledDependencies.
  • Loading branch information
nicks authored Aug 12, 2016
2 parents b9555f1 + 076b959 commit 2dead42
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phantomjs-prebuilt",
"version": "2.1.11",
"version": "2.1.12",
"keywords": [
"phantomjs",
"headless",
Expand Down Expand Up @@ -39,10 +39,10 @@
"test": "nodeunit --reporter=minimal test/tests.js && eslint ."
},
"dependencies": {
"es6-promise": "^3.2.1",
"es6-promise": "~3.2.1",
"extract-zip": "~1.5.0",
"fs-extra": "~0.30.0",
"hasha": "^2.2.0",
"hasha": "~2.2.0",
"kew": "~0.7.0",
"progress": "~1.1.8",
"request": "~2.74.0",
Expand All @@ -52,16 +52,6 @@
"devDependencies": {
"eslint": "2.7.0",
"nodeunit": "0.9.1",
"webdriverio": "^4.2.3"
},
"bundledDependencies": [
"extract-zip",
"fs-extra",
"hasha",
"kew",
"progress",
"request",
"request-progress",
"which"
]
"webdriverio": "~4.2.3"
}
}

0 comments on commit 2dead42

Please sign in to comment.