File tree Expand file tree Collapse file tree 5 files changed +228
-150
lines changed Expand file tree Collapse file tree 5 files changed +228
-150
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "parserOptions": {
3
+ "ecmaVersion": 2018
4
+ },
2
5
"env": {
3
6
"node": true
4
7
},
5
8
"rules": {
6
- "strict": [2, "never"],
7
9
"quotes": [2, "single"]
8
10
}
9
11
}
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.0.1] - 2018-11-23
6
+ ### Changed
7
+ - Handle uppercase ` keyframes ` at rule.
8
+
5
9
## [ 2.0.0] - 2018-11-23
6
10
### Changed
7
11
- Drop support ` nodejs@4 ` .
@@ -72,3 +76,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
72
76
[ 0.0.9 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9
73
77
[ 0.0.10 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
74
78
[ 0.0.11 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11
79
+ [ 2.0.0 ] : https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0
80
+ [ 2.0.1 ] : https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1
You can’t perform that action at this time.
0 commit comments