Skip to content

Commit

Permalink
Merge pull request #8 from ember-native/fix-binary
Browse files Browse the repository at this point in the history
must have #!/usr/bin/env node
  • Loading branch information
patricklx authored Oct 28, 2024
2 parents 5f0bad2 + 2d994a2 commit 8bc11af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/devtools.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const webdriver = require('selenium-webdriver')
const chrome = require('selenium-webdriver/chrome')
const chromedriver = require('chromedriver')
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"bin": {
"ember-devtools": "bin/devtools.js"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"download"
Expand Down

0 comments on commit 8bc11af

Please sign in to comment.