From 9e61641e9b6da7e5f0b3a82322d54c9453c9d946 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sun, 12 Apr 2015 18:18:38 +0100 Subject: [PATCH] Fixes #468 - bumps `source-map` to 0.4.x. Apparently it's not broken anymore as 0.3.x was giving some weird errors. --- History.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 80ecf96e..02fd0b10 100644 --- a/History.md +++ b/History.md @@ -9,6 +9,7 @@ * Fixed issue [#397](https://github.com/jakubpawlowicz/clean-css/issues/397) - support for source map sources. * Fixed issue [#399](https://github.com/jakubpawlowicz/clean-css/issues/399) - support compacting with source maps. * Fixed issue [#429](https://github.com/jakubpawlowicz/clean-css/issues/429) - unifies data tokenization. +* Fixed issue [#468](https://github.com/jakubpawlowicz/clean-css/issues/468) - bumps `source-map` to 0.4.x. * Fixed issue [#480](https://github.com/jakubpawlowicz/clean-css/issues/480) - extracting uppercase property names. * Fixed issue [#500](https://github.com/jakubpawlowicz/clean-css/issues/500) - merging duplicate adjacent properties. diff --git a/package.json b/package.json index a938554e..318cc50c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "commander": "2.7.x", - "source-map": ">=0.1.43 <0.2" + "source-map": "0.4.x" }, "devDependencies": { "browserify": "9.x", -- 2.34.1