From 861325df8e030172e25fb8dc0f02783d93a1144b Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 6 Jun 2015 19:37:20 -0400 Subject: [PATCH] promote source-map-support to dependencies (from devDependencies) - fixes #23 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9845cd5..662ca05 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "gobble-esperanto-bundle": "^0.2.0", "gobble-rollup": "^0.2.0", "mocha": "^2.2.4", - "source-map-support": "^0.2.10", "source-map": "^0.1.40" }, "dependencies": { @@ -47,7 +46,8 @@ "chalk": "^1.0.0", "magic-string": "^0.6.2", "minimist": "^1.1.1", - "sander": "^0.3.3" + "sander": "^0.3.3", + "source-map-support": "^0.3.1" }, "files": [ "src",