[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] node-flashproxy: be looser in the version requirements
commit 5cdc3a59a7133fa7c4ac398b12225712ae30a851
Author: Ximin Luo <infinity0@xxxxxxx>
Date: Thu Nov 21 23:20:30 2013 +0000
node-flashproxy: be looser in the version requirements
---
proxy/modules/nodejs/package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/proxy/modules/nodejs/package.json b/proxy/modules/nodejs/package.json
index 079865c..a63a689 100644
--- a/proxy/modules/nodejs/package.json
+++ b/proxy/modules/nodejs/package.json
@@ -11,9 +11,9 @@
"flashproxy": "main.js"
},
"dependencies": {
- "optimist": "0.3.5",
- "xmlhttprequest": "1.5.0",
- "ws": "0.4.27"
+ "optimist": ">= 0.3.5",
+ "xmlhttprequest": ">= 1.5.0",
+ "ws": ">= 0.4.27"
},
"repository": {
"type": "git",
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits