[Pkg-javascript-commits] [ltx] 220/469: package.json: move sax to devDependencies (easysax is faster in browsers)

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:06 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 f9a19811c46f9658ac707f51cbe677d4f8cd3800
Author: Astro <astro at spaceboyz.net>
Date:   Tue Mar 20 02:15:57 2012 +0100

    package.json: move sax to devDependencies (easysax is faster in browsers)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d010c93..c9dba09 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,6 @@
 ,"author": "Stephan Maka"
 ,"dependencies": {"node-expat": ">=1.2.0"
 		 ,"easysax": ">=0.1.7"
-		 ,"sax": "0.3.5"
 		 }
 ,"repositories": [{"type": "git"
 		  ,"path": "http://github.com/astro/ltx.git"
@@ -21,6 +20,7 @@
 ,"licenses": [{"type": "MIT"}]
 ,"engine": "node"
 ,"devDependencies": {"vows": ">=0.5.12"
+		    ,"sax": "0.3.5"
 		    ,"Strophe.js": "https://github.com/metajack/strophejs/tarball/master"
 		    }
 ,"scripts": {"test":"vows --spec"}

-- 
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