Skip to content

Commit 631ee84

Browse files
committed
Fixing typo in package.json, fixing broken test
One test on minimizing modules failed, but it's only because the order of the declarations changed. Otherwise the output is identical.
1 parent 5b5ac4b commit 631ee84

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"babel-code-frame": "^6.11.0",
1616
"css-selector-tokenizer": "^0.7.0",
17-
"cssnano": ">4.0.0-rc.2",
17+
"cssnano": "^4.0.0-rc.2",
1818
"icss-utils": "^2.1.0",
1919
"loader-utils": "^1.0.2",
2020
"lodash.camelcase": "^4.3.0",
@@ -49,4 +49,4 @@
4949
"url": "git@github.com:webpack/css-loader.git"
5050
},
5151
"license": "MIT"
52-
}
52+
}

test/moduleMinimizeTestCases/keyframes-and-animation/expected.css

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)