[Pkg-javascript-commits] [node-browserify-zlib] 12/33: Move browserify transform to its own package.json for tests

Bastien Roucariès rouca at moszumanska.debian.org
Fri Apr 14 16:24:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browserify-zlib.

commit 3a14fb0fd0cd3f20b89a273336446a50d3455e7f
Author: Devon Govett <devongovett at gmail.com>
Date:   Tue Apr 8 12:50:17 2014 -0700

    Move browserify transform to its own package.json for tests
---
 package.json      | 5 -----
 test/package.json | 7 +++++++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 520ee65..9b9e791 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,6 @@
       "android-browser/latest"
     ]
   },
-  "browserify": {
-    "transform": [
-      "brfs"
-    ]
-  },
   "scripts": {
     "test": "node_modules/tape/bin/tape test/*.js"
   },
diff --git a/test/package.json b/test/package.json
new file mode 100644
index 0000000..189e120
--- /dev/null
+++ b/test/package.json
@@ -0,0 +1,7 @@
+{
+  "browserify": {
+    "transform": [
+      "brfs"
+    ]
+  }
+}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-zlib.git



More information about the Pkg-javascript-commits mailing list