[Pkg-javascript-commits] [ltx] 282/469: Update to latest node-expat	for nodejs 0.11 support
    Jonas Smedegaard 
    dr at jones.dk
       
    Wed Aug 31 13:03:13 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit dc98026f4fb106dc964f88052b085d7c5d65ea0c
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Tue Dec 31 16:42:10 2013 +0000
    Update to latest node-expat for nodejs 0.11 support
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 684ee15..28f19dd 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
   "description": "<xml for=\"node.js\" browserify=\"too\">",
   "author": "Astro",
   "dependencies": {
-    "node-expat": ">=1.2.0",
-    "sax": ">=0.3.5"
+    "sax": ">=0.3.5",
+    "node-expat": "~2.1.4"
   },
   "repository": {
     "type": "git",
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
    
    
More information about the Pkg-javascript-commits
mailing list