Skip to content

Commit

Permalink
okay now npx should work
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Dec 25, 2023
1 parent 10c338b commit 98ddeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/selenium-ide/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fs = require('fs/promises')

async function installElectron() {
// Read package.json
const packageJson = JSON.parse(fs.readFile('package.json', 'utf8'))
const packageJson = JSON.parse(await fs.readFile('package.json', 'utf8'))
// Get the Electron version from package.json
const electronVersion = packageJson.devDependencies.electron
// Install Electron
Expand Down
2 changes: 1 addition & 1 deletion packages/selenium-ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-ide",
"version": "4.0.1-alpha.66",
"version": "4.0.1-alpha.67",
"private": false,
"description": "Selenium IDE electron app",
"author": "Todd <[email protected]>",
Expand Down

0 comments on commit 98ddeb5

Please sign in to comment.