[Pkg-javascript-commits] [node-expat] 117/371: package.json: fix dup "scripts" key
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:52 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 f1bc2690df3ec07f2c1783cb4b7eca3cb3254428
Author: Astro <astro at spaceboyz.net>
Date: Thu Dec 22 22:04:48 2011 +0100
package.json: fix dup "scripts" key
---
package.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e0d187e..8033e50 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
,"description": "NodeJS binding for fast XML parsing."
,"scripts" : { "install": "node-waf configure build"
,"update": "node-waf build"
- ,"test": "node test.js"
+ ,"test": "vows --spec ./test.js"
}
,"dependencies": []
,"devDependencies": {"vows": ">=0.5.12"}
@@ -20,5 +20,4 @@
,"contributors": ["Stephan Maka", "Derek Hammer", "Iein Valdez", "Peter Körner", "Camilo Aguilar", "Michael Weibel"]
,"licenses": [{ "type": "MIT" }]
,"engine": "node"
-,"scripts": {"test":"vows --spec ./test.js"}
}
--
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