Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 24, 2020
1 parent fc5733e commit ee4f8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/package.json
Expand Up @@ -9,7 +9,7 @@
"repository": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-config-internal",
"main": "index.js",
"peerDependencies": {
"babel-eslint": "^10.0.0 || ^11.0.0-0",
"@babel/eslint-parser": "^0.0.0",
"eslint-plugin-flowtype": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/src/index.js
Expand Up @@ -276,7 +276,7 @@ export default function get(entryLoc): Array<Suite> {
if (suiteOptsLoc) suite.options = require(suiteOptsLoc);

for (const taskName of fs.readdirSync(suite.filename)) {
pushTask(taskName, suite.filename + "/" + taskName, suiteName, suites);
pushTask(taskName, suite.filename + "/" + taskName, suite, suiteName);
}
}

Expand Down

0 comments on commit ee4f8ae

Please sign in to comment.