Skip to content

Commit

Permalink
Update ws along with the new optional native deps.
Browse files Browse the repository at this point in the history
Remove phantom in favor of phantomjs-prebuilt.
  • Loading branch information
gunta committed Jan 29, 2016
1 parent 392e634 commit a33572b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"aws-sdk": "^2.2.3",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"bufferutil": "^1.2.1",
"chalk": "~1.1.1",
"commander": "^2.9.0",
"compression": "^1.5.2",
Expand Down Expand Up @@ -72,7 +73,7 @@
"serve-favicon": "^2.2.0",
"serve-static": "^1.9.2",
"slack-client": "^2.0.0-beta.3",
"socket.io": "1.4.4",
"socket.io": "1.4.5",
"split": "^1.0.0",
"stf-appstore-db": "^1.0.0",
"stf-browser-db": "^1.0.2",
Expand All @@ -81,7 +82,8 @@
"stf-wiki": "^1.0.0",
"temp": "^0.8.1",
"transliteration": "^0.1.1",
"ws": "^0.8.0",
"utf-8-validate": "^1.2.1",
"ws": "^1.0.1",
"zmq": "^2.14.0"
},
"devDependencies": {
Expand Down Expand Up @@ -123,22 +125,22 @@
"memory-fs": "^0.3.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.4.2",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.3",
"protractor": "^3.0.0",
"protractor-html-screenshot-reporter": "0.0.21",
"raw-loader": "^0.5.1",
"sass-loader": "^3.1.2",
"script-loader": "^0.6.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.7.0",
"socket.io-client": "1.4.4",
"socket.io-client": "1.4.5",
"style-loader": "^0.13.0",
"template-html-loader": "^0.0.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"engineStrict" : true,
"engineStrict": true,
"engines": {
"node": ">= 4.2"
},
Expand Down

0 comments on commit a33572b

Please sign in to comment.