Skip to content

Commit c43d23c

Browse files
joschamichael-ciniawsky
authored andcommitted
fix(index): forgotten plugin rename (#106)
1 parent d86e867 commit c43d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import dropWhile from "lodash/dropWhile";
1212
import dropRightWhile from "lodash/dropRightWhile";
1313
import fromPairs from "lodash/fromPairs";
1414

15-
const plugin = "postcss-modules-values";
15+
const plugin = "postcss-icss-values";
1616

1717
const chunkBy = (collection, iteratee) =>
1818
collection.reduce(

0 commit comments

Comments
 (0)