[Pkg-javascript-commits] [node-expat] 123/371: package.json: dependencies as object not array

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit b0cd3937aaff6532f50b80a6163bffc23f05278d
Author: Astro <astro at spaceboyz.net>
Date:   Mon Jan 23 18:59:04 2012 +0100

    package.json: dependencies as object not array
    
    Fixes Github issue #27
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8033e50..d20594e 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
 	      ,"update": "node-waf build"
 	      ,"test": "vows --spec ./test.js"
 	     }
-,"dependencies": []
+,"dependencies": {}
 ,"devDependencies": {"vows": ">=0.5.12"}
 ,"repositories": [{ "type": "git"
 		   ,"path": "git://github.com/astro/node-expat.git"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list