We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb63ba6 commit cea265bCopy full SHA for cea265b
package.json
@@ -4,19 +4,23 @@
4
"main": "lib/index.js",
5
"types": "lib/index.d.ts",
6
"dependencies": {
7
- "clean-css": "^5.0.0"
+ "clean-css": "^5.0.0"
8
},
9
"peerDependencies": {
10
+ "schema-utils": "^3.0.0 || ^4.0.0",
11
"loader-utils": "^1.0.0 || ^2.0.0 || ^3.0.0",
12
"webpack": ">=2.0.0"
13
14
"peerDependenciesMeta": {
15
"webpack": {
16
"optional": true
17
- "loader-utils": {
18
- "optional": true
19
- }
+ "loader-utils": {
+ "optional": true
20
+ },
21
+ "schema-utils": {
22
23
+ }
24
25
"scripts": {
26
"pree2e": "yarn build",
0 commit comments