aboutsummaryrefslogtreecommitdiff
path: root/node_modules/source-list-map
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 15:10:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 15:11:17 +0200
commit7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (patch)
tree70bfaea8884c374876f607774850a3a51c0cb381 /node_modules/source-list-map
parentaca1143cb9eed16cf37f04e475e4257418dd18ac (diff)
downloadwallet-core-7a3df06eb573d36142bd1a8e03c5ce8752d300b3.tar.xz
fix build issues and add typedoc
Diffstat (limited to 'node_modules/source-list-map')
-rw-r--r--node_modules/source-list-map/lib/SourceNode.js2
-rw-r--r--node_modules/source-list-map/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/source-list-map/lib/SourceNode.js b/node_modules/source-list-map/lib/SourceNode.js
index 451d3cd10..0939c1e88 100644
--- a/node_modules/source-list-map/lib/SourceNode.js
+++ b/node_modules/source-list-map/lib/SourceNode.js
@@ -54,8 +54,8 @@ SourceNode.prototype.getMappings = function(mappingsContext) {
} else {
if(lines !== 0) {
mappings += LINE_MAPPING;
- mappingsContext.currentOriginalLine++;
}
+ mappingsContext.currentOriginalLine++;
}
return mappings;
};
diff --git a/node_modules/source-list-map/package.json b/node_modules/source-list-map/package.json
index 24cad6d88..fb113c373 100644
--- a/node_modules/source-list-map/package.json
+++ b/node_modules/source-list-map/package.json
@@ -1,6 +1,6 @@
{
"name": "source-list-map",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Fast line to line SourceMap generator.",
"author": "Tobias Koppers @sokra",
"main": "lib/index.js",