commit b36824550642af90386eb214952fc8365f0ced3a Author: Arlo Breault arlolra@gmail.com Date: Thu Nov 21 16:19:37 2013 -0800
Use tilde version range for dependencies.
Keeps them reasonably close with less chance for breaking changes. --- 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 a63a689..39b9710 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@lists.torproject.org