Skip to content

Commit

Permalink
must have #!/usr/bin/env node
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Oct 28, 2024
1 parent 855268e commit 2d994a2
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 2d994a2

Please sign in to comment.