Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Upgrade to Webpack's loader-utils v1.0.0 (#155)
Browse files Browse the repository at this point in the history
Closes #156
  • Loading branch information
Federico Knüssel authored and MoOx committed Feb 22, 2017
1 parent 4fbffa0 commit 82fae05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -148,7 +148,7 @@ module.exports = function(input, map) {
// user defaults
this.options.eslint || {},
// loader query string
loaderUtils.parseQuery(this.query)
loaderUtils.getOptions(this)
)
this.cacheable()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"find-cache-dir": "^0.1.1",
"loader-utils": "^0.2.7",
"loader-utils": "^1.0.2",
"object-assign": "^4.0.1",
"object-hash": "^1.1.4"
},
Expand Down

0 comments on commit 82fae05

Please sign in to comment.