From b83ff460a2a0e02975f70990e8753644f44a4529 Mon Sep 17 00:00:00 2001 From: Thorsten Lorenz Date: Sat, 28 Dec 2013 17:20:56 -0500 Subject: [PATCH] 0.1.6 optimizes initialization and memory usage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7584cf3..8319b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stack-mapper", - "version": "0.1.5", + "version": "0.1.6", "description": "Initialize it with a source map, then feed it error stacks to have the trace locations mapped to the original files.", "main": "index.js", "scripts": {