From 0ee9c53cef2269ba1d8ba2a8f97811e7b3cb6470 Mon Sep 17 00:00:00 2001 From: Joshua Galvin Date: Tue, 1 Sep 2015 12:06:56 -0700 Subject: [PATCH] Updating the version of postcss-modules-local-by-default. There are a few bug fixes present in local-by-default > 0.0.9. Namely not blowing up on URLs when you don't pass options to it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecec1f9..9799ca3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "postcss": "^4.1.11", "postcss-modules-extract-imports": "^0.0.5", - "postcss-modules-local-by-default": "^0.0.9", + "postcss-modules-local-by-default": "^0.0.12", "postcss-modules-scope": "^0.0.8" }, "devDependencies": {