[Pkg-javascript-commits] [node-browser-pack] 105/141: 4.0.0

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:29 UTC 2017


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

rouca pushed a commit to branch master
in repository node-browser-pack.

commit 977dc08d0a00f73c163807c1616849b8e5591ce0
Author: James Halliday <mail at substack.net>
Date:   Fri Feb 6 08:37:58 2015 -0800

    4.0.0
---
 package.json | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index c0d2b92..45042a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "browser-pack",
-  "version": "3.2.0",
+  "version": "4.0.0",
   "description": "pack node-style source files from a json stream into a browser bundle",
   "main": "index.js",
   "bin": {
@@ -15,14 +15,13 @@
     "umd": "^3.0.0"
   },
   "devDependencies": {
-    "tap": "~0.4.0",
-    "tape": "~0.2.2",
+    "tape": "^3.5.0",
     "uglify-js": "1.3.5",
     "convert-source-map": "~0.3.1",
     "parse-base64vlq-mappings": "~0.1.1"
   },
   "scripts": {
-    "test": "tap test/*.js",
+    "test": "tape test/*.js",
     "prepublish": "node bin/prepublish.js"
   },
   "testling": {

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



More information about the Pkg-javascript-commits mailing list