[tor-commits] [flashproxy/master] Make package.json's version independent of Makefile's.

dcf at torproject.org dcf at torproject.org
Wed Jul 31 00:19:47 UTC 2013


commit 788799ba2ab26c43a0575e2b188fffcb5477ddab
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Jul 30 14:49:50 2013 -0700

    Make package.json's version independent of Makefile's.
    
    Until we have a way to keep these numbers in sync automatically, I
    prefer to have them independent.
---
 modules/nodejs/package.json |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/nodejs/package.json b/modules/nodejs/package.json
index 15cdf4c..1de1157 100644
--- a/modules/nodejs/package.json
+++ b/modules/nodejs/package.json
@@ -1,6 +1,6 @@
 {
     "name": "flashproxy",
-    "version": "1.1.0",
+    "version": "0.1.0",
     "description": "Standalone flash proxy. A flash proxy is a lightweight proxy providing access to the Tor network.",
     "main": "main.js",
     "scripts": {





More information about the tor-commits mailing list