Skip to content

Commit

Permalink
Fix jshint complaints about arrows; attempt importing code as part of…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
akx committed Aug 28, 2019
1 parent 9b9e975 commit c66f086
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "jshint lib/*.js"
"test": "jshint lib/*.js && node ."
},
"binary": {
"module_name": "binding",
"module_path": "./lib/binding/",
"host": "https://github.com/sandeepmistry/node-bluetooth-hci-socket/releases/download/",
"package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
"remote_path": "{version}"
},
"jshintConfig": {
"esversion": 6
}
}

0 comments on commit c66f086

Please sign in to comment.