Skip to content

Commit 649919b

Browse files
committed
chore: clean up package.json
1 parent 43cba1b commit 649919b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/nerdlabs/patternplate-transform-cssmodules#readme",
3636
"keywords": [
37-
"react",
37+
"cssmodules",
3838
"patternplate",
3939
"transform",
4040
"pattern"
@@ -81,7 +81,9 @@
8181
"dependencies": {
8282
"css-modules-loader-core": "1.0.0",
8383
"lodash": "4.5.1",
84-
"postcss": "5.0.18",
8584
"postcss-modules": "0.4.0"
85+
},
86+
"peerDependencies": {
87+
"postcss": "5.0.18"
8688
}
8789
}

0 commit comments

Comments
 (0)