[Pkg-javascript-commits] [node-browser-pack] 72/141: 0.11.1

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:23:26 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 11106e189e7e04ded10b7ac98b38ab07300645bf
Author: James Halliday <mail at substack.net>
Date:   Fri Nov 1 13:17:48 2013 -0700

    0.11.1
---
 index.js     | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index f58271a..69c0ff1 100644
--- a/index.js
+++ b/index.js
@@ -37,7 +37,7 @@ module.exports = function (opts) {
     function write (row) {
         if (first) stream.queue(prelude + '({');
         
-        if (row.sourceFile && !row.nomap) { 
+        if (row.sourceFile && !row.nomap) {
             sourcemap = sourcemap || combineSourceMap.create();
             sourcemap.addFile(
                 { sourceFile: row.sourceFile, source: row.source },
diff --git a/package.json b/package.json
index 4ae96ae..0fdeb33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "browser-pack",
-    "version": "0.11.0",
+    "version": "0.11.1",
     "description": "pack node-style source files from a json stream into a browser bundle",
     "main": "index.js",
     "bin": {

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