[Pkg-javascript-commits] [node-source-map-support] 01/03: New upstream version 0.5.3+ds
Julien Puydt
julien.puydt at laposte.net
Mon Feb 19 22:31:01 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to annotated tag debian/0.5.3+ds-1
in repository node-source-map-support.
commit 5f9ff0a74f0c8a8a16629300c28f172702edbff2
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Mon Feb 19 22:48:43 2018 +0100
New upstream version 0.5.3+ds
---
build.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.js b/build.js
index 998405c..fbf5722 100755
--- a/build.js
+++ b/build.js
@@ -39,7 +39,7 @@ run(browserify + ' .temp.js', function(error, stdout) {
output_format: 'text',
js_code: code
}));
- run('curl -d @.temp.js "http://closure-compiler.appspot.com/compile"', function(error, stdout) {
+ run('curl -d @.temp.js "https://closure-compiler.appspot.com/compile"', function(error, stdout) {
if (error) throw error;
var code = header + '\n' + stdout;
fs.unlinkSync('.temp.js');
diff --git a/package.json b/package.json
index 1da497a..dc97564 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.5.2",
+ "version": "0.5.3",
"main": "./source-map-support.js",
"scripts": {
"build": "node build.js",
--
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