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 04b15b0 commit 2830445Copy full SHA for 2830445
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-to-string-loader",
3
- "version": "0.1.3",
+ "version": "0.1.2",
4
"description": "Webpack loader to convert the output of the css-loader back to a string",
5
"main": "index.js",
6
"scripts": {},
@@ -21,7 +21,7 @@
21
"homepage": "https://github.com/smithad15/css-to-string-loader#readme",
22
"devDependencies": {},
23
"peerDependencies": {
24
- "css-loader": ">=0.25.0 <0.30.0"
+ "css-loader": ">=0.25.0 <1.0.0"
25
},
26
"dependencies": {
27
"loader-utils": "^0.2.15"
0 commit comments