From 6154a48c4424699c6b5accc922a9f48a62d8a6bd Mon Sep 17 00:00:00 2001 From: nynjawitay Date: Wed, 16 Nov 2011 14:51:40 -0800 Subject: [PATCH] Node 0.6 gets angry. npm ERR! Couldn't read dependencies. npm ERR! Error: Invalid 'version' field: 0.4 npm ERR! 'version' Must be X.Y.Z, with an optional trailing tag. npm ERR! See the section on 'version' in `npm help json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2948065..4f44b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "nmcsocks", - "version" : "0.4", + "version" : "0.4.0", "description" : "A socks proxy and DNS resolver for Namecoin.", "main" : "./nmcsocks", "repository" : {