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 377aeb0 commit d66853aCopy full SHA for d66853a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-modules-loader-core",
3
- "version": "1.0.0-beta2",
+ "version": "1.0.0-beta3",
4
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
5
"main": "lib/index.js",
6
"directories": {
@@ -11,7 +11,7 @@
11
"postcss": "^5.0.5",
12
"postcss-modules-constants": "^1.0.0",
13
"postcss-modules-extract-imports": "1.0.0-beta2",
14
- "postcss-modules-local-by-default": "css-modules/postcss-modules-local-by-default",
+ "postcss-modules-local-by-default": "1.0.0-beta1",
15
"postcss-modules-scope": "1.0.0-beta2"
16
},
17
"devDependencies": {
0 commit comments