Skip to content

Commit

Permalink
Merge 7cb166f into 1bc2332
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jun 13, 2020
2 parents 1bc2332 + 7cb166f commit 9e03f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webpack loader for fest",
"main": "es/loader.js",
"dependencies": {
"loader-utils": "^1.2.3",
"loader-utils": "^2.0.0",
"schema-utils": "^2.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function festLoader(source) {
let options;
try {
options = getOptions(this);
validateOptions(schema, options || {}, {
validateOptions(schema, options, {
name: 'Fest Loader',
baseDataPath: 'options'
});
Expand Down

0 comments on commit 9e03f6b

Please sign in to comment.