Skip to content

Commit 5c04694

Browse files
author
Mathieu Lavoie
committed
fix: moved to peer deps
1 parent 2ab04af commit 5c04694

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
@@ -43,7 +43,6 @@
4343
"dependencies": {
4444
"fancy-log": "^1.3.3",
4545
"plugin-error": "^1.0.1",
46-
"postcss": "^8.0.0",
4746
"postcss-load-config": "^2.0.0",
4847
"vinyl-sourcemaps-apply": "^0.2.1"
4948
},
@@ -56,5 +55,8 @@
5655
"proxyquire": "^2.1.0",
5756
"sinon": "^6.3.5",
5857
"vinyl": "^2.2.0"
58+
},
59+
"peerDependencies": {
60+
"postcss": "^8.0.0"
5961
}
6062
}

0 commit comments

Comments
 (0)