Skip to content

Commit 7cb4cb7

Browse files
committed
0.26.4
1 parent 8f774c7 commit 7cb4cb7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "css-loader",
3-
"version": "0.26.3",
3+
"version": "0.26.4",
44
"author": "Tobias Koppers @sokra",
55
"description": "css loader module for webpack",
66
"engines": {
77
"node": ">=0.12.0 || >=4.3.0 <5.0.0 || >=5.10"
88
},
9-
"files": ["index.js", "locals.js", "lib"],
9+
"files": [
10+
"index.js",
11+
"locals.js",
12+
"lib"
13+
],
1014
"dependencies": {
1115
"babel-code-frame": "^6.11.0",
1216
"css-selector-tokenizer": "^0.7.0",

0 commit comments

Comments
 (0)