Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit b13bb9b

Browse files
authored
Merge pull request #7 from Zalastax/PR-1
Move css-loader to peerDependencies
2 parents bf809cb + 754b034 commit b13bb9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
],
2828
"dependencies": {
2929
"colour": "0.7.1",
30-
"css-loader": ">=0.23.1",
3130
"graceful-fs": "4.1.4",
3231
"loader-utils": "0.2.16"
3332
},
@@ -44,6 +43,9 @@
4443
"typescript": "^1.8.10",
4544
"webpack": "^1.13.2"
4645
},
46+
"peerDependencies": {
47+
"css-loader": ">=0.23.1"
48+
},
4749
"repository": {
4850
"type": "git",
4951
"url": "git+https://github.com/Jimdo/typings-for-css-modules-loader.git"

0 commit comments

Comments
 (0)