Skip to content

Commit

Permalink
try to get jshint active again
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 6, 2023
1 parent 5b9ce00 commit e869f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --update-binary",
"test": "jshint 'lib/*.js' && node test.js"
"test": "jshint ./lib/*.js && node test.js"
},
"binary": {
"module_name": "bluetooth_hci_socket",
Expand Down

0 comments on commit e869f57

Please sign in to comment.