Skip to content

Commit

Permalink
0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Mar 8, 2017
1 parent 8f774c7 commit 7cb4cb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "css-loader",
"version": "0.26.3",
"version": "0.26.4",
"author": "Tobias Koppers @sokra",
"description": "css loader module for webpack",
"engines": {
"node": ">=0.12.0 || >=4.3.0 <5.0.0 || >=5.10"
},
"files": ["index.js", "locals.js", "lib"],
"files": [
"index.js",
"locals.js",
"lib"
],
"dependencies": {
"babel-code-frame": "^6.11.0",
"css-selector-tokenizer": "^0.7.0",
Expand Down

0 comments on commit 7cb4cb7

Please sign in to comment.