[Pkg-javascript-commits] [node-expat] 212/371: Require nodejs >= 0.8.0
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:06 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 899a40915df2a69d3886d22f803416cc9e44d4d4
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date: Fri Dec 6 09:07:16 2013 +0000
Require nodejs >= 0.8.0
---
package.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index b9f6cc1..d7ded00 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,12 @@
}
,"homepage": "http://github.com/astro/node-expat"
,"bugs": "http://github.com/astro/node-expat/issues"
-,"author": { "name": "Astro"
+,"author": {
+ "name": "Astro"
, "email": "astro at spaceboyz.net"
, "web": "http://spaceboyz.net/~astro/"
}
,"contributors": ["Stephan Maka", "Derek Hammer", "Iein Valdez", "Peter Körner", "Camilo Aguilar", "Michael Weibel", "Alexey Zhuchkov", "Satyam Shekhar", "Dhruv Matani", "Andreas Botsikas", "Tom Hughes-Croucher", "Nathan Rajlich"]
,"licenses": [{ "type": "MIT" }]
-,"engines": { "node": ">=0.4" }
+,"engines": { "node": ">=0.8" }
}
--
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