[Pkg-javascript-commits] [node-source-map-support] 01/05: New upstream version 0.5.0+ds

Julien Puydt julien.puydt at laposte.net
Sun Oct 1 19:25:43 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-source-map-support.

commit 3b5a8d4bb52b6b9f3dac94fb0afaaaf964360533
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Oct 1 21:17:59 2017 +0200

    New upstream version 0.5.0+ds
---
 README.md    | 2 +-
 package.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0f51b5c..0144e1c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ If multiple sourceMappingURL comments exist in one file, the last sourceMappingU
 respected (e.g. if a file mentions the comment in code, or went through multiple transpilers).
 The path should either be absolute or relative to the compiled file.
 
-It is also possible to to install the source map support directly by
+It is also possible to install the source map support directly by
 requiring the `register` module which can be handy with ES6:
 
 ```js
diff --git a/package.json b/package.json
index de64c25..b996306 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "source-map-support",
   "description": "Fixes stack traces for files with source maps",
-  "version": "0.4.18",
+  "version": "0.5.0",
   "main": "./source-map-support.js",
   "scripts": {
     "build": "node build.js",
@@ -10,7 +10,7 @@
     "test": "mocha"
   },
   "dependencies": {
-    "source-map": "^0.5.6"
+    "source-map": "^0.6.0"
   },
   "devDependencies": {
     "browserify": "3.44.2",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-source-map-support.git



More information about the Pkg-javascript-commits mailing list