Skip to content

Commit

Permalink
Fix new read-pkg-up major release
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 22, 2019
1 parent 74cdc39 commit 0ba05c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/run/runners/node/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getFullVersion = async function(version) {
// We can only allow Node versions that are valid with the runner's code
const getAllowedVersions = async function() {
const {
package: {
packageJson: {
engines: { node: allowedVersions },
},
} = await readPkgUp({ cwd: __dirname })
Expand Down
2 changes: 1 addition & 1 deletion src/store/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const getPackageInfo = async function(cwd) {
}

const {
package: { name },
packageJson: { name },
path,
} = packageInfo
const root = dirname(path)
Expand Down

0 comments on commit 0ba05c3

Please sign in to comment.