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 8f774c7 commit 7cb4cb7Copy full SHA for 7cb4cb7
package.json
@@ -1,12 +1,16 @@
1
{
2
"name": "css-loader",
3
- "version": "0.26.3",
+ "version": "0.26.4",
4
"author": "Tobias Koppers @sokra",
5
"description": "css loader module for webpack",
6
"engines": {
7
"node": ">=0.12.0 || >=4.3.0 <5.0.0 || >=5.10"
8
},
9
- "files": ["index.js", "locals.js", "lib"],
+ "files": [
10
+ "index.js",
11
+ "locals.js",
12
+ "lib"
13
+ ],
14
"dependencies": {
15
"babel-code-frame": "^6.11.0",
16
"css-selector-tokenizer": "^0.7.0",
0 commit comments