[Pkg-javascript-commits] [ltx] 387/469: Make sax and node-expat optional

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:30 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 5545ffe57e9742692b8263899b543c437707447c
Author: Sonny Piers <sonny at fastmail.net>
Date:   Thu Sep 10 00:03:08 2015 +0200

    Make sax and node-expat optional
---
 package.json | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index fa1ab9a..fc20107 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,6 @@
   "browser": "./lib/index-browserify",
   "description": "<xml for=\"node.js\" browserify=\"too\">",
   "author": "Astro",
-  "dependencies": {
-    "sax": "~1.1.1",
-    "node-expat": "~2.3.0"
-  },
   "repository": {
     "type": "git",
     "url": "https://github.com/astro/ltx.git"
@@ -38,6 +34,8 @@
   "license": "MIT",
   "engine": "node",
   "devDependencies": {
+    "sax": "~1.1.1",
+    "node-expat": "~2.3.0",
     "Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
     "easysax": ">=0.1.7",
     "grunt": "~0.4.2",

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