From d4cc314e57f8aa1d4f1bc433dcf736884006ae2a Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 4 May 2013 11:10:22 -0700 Subject: [PATCH] version bump for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2549b69..e27b820 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.1.4", + "version": "0.1.5", "main": "./source-map-support.js", "scripts": { "test": "node_modules/mocha/bin/mocha"