aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-06 06:24:10 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-06 06:24:10 +0800
commit6dc7be6cd171c6285f99eb15691141e9db7761f8 (patch)
tree13c090894c46a2f5e968f1a0c20220a7e2eb3233
parent7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879 (diff)
downloadgo-tangerine-6dc7be6cd171c6285f99eb15691141e9db7761f8.tar.gz
go-tangerine-6dc7be6cd171c6285f99eb15691141e9db7761f8.tar.zst
go-tangerine-6dc7be6cd171c6285f99eb15691141e9db7761f8.zip
Update dependencies & travis.yml
-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",