aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--package.json4
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ea5db6ae..a051c6d18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,6 @@ node_js:
- "0.10"
- "0.8"
- "0.6"
- - "0.5"
- - "0.4"
before_script:
- npm install
after_script:
diff --git a/package.json b/package.json
index bcf02f187..aa21e7ddb 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,8 @@
},
"dependencies": {
"es6-promise": "*",
- "ws": "^0.4.32",
- "xmlhttprequest": "^1.6.0"
+ "ws": "*",
+ "xmlhttprequest": "*"
},
"devDependencies": {
"bower": "^1.3.12",