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 be41575 commit 2b451e1Copy full SHA for 2b451e1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.0.5] - 2019-02-06
6
+### Fixed
7
+- Path to `index.js`
8
+
9
## [2.0.4] - 2019-01-04
10
### Fixed
11
- Inappropriate modification of `steps` function arguments
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-modules-local-by-default",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "A CSS Modules transform to make local scope the default",
"main": "index.js",
"engines": {
0 commit comments