From 647751fb1d1d159cc115545985128fcbe9a83845 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Fri, 23 Jun 2017 21:04:04 +0200 Subject: [PATCH] fix forgotten rename --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f576777..4d9aec6 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,7 @@ import dropWhile from "lodash/dropWhile"; import dropRightWhile from "lodash/dropRightWhile"; import fromPairs from "lodash/fromPairs"; -const plugin = "postcss-modules-values"; +const plugin = "postcss-icss-values"; const chunkBy = (collection, iteratee) => collection.reduce(