Skip to content

Commit

Permalink
npm: Reformat package.json
Browse files Browse the repository at this point in the history
Before updating revision

Change-Id: I4e19251e6ec5ea7d69b2390fe152fe337862ccb3
Origin: https://github.com/abandonware/node-bluetooth-hci-socket/
Bug: #85
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Dec 18, 2018
1 parent 9161582 commit 57af1ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"jshint": "^2.8.0"
},
"scripts": {
"preinstall": "npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"test": "jshint lib/*.js"
"preinstall": "npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"test": "jshint lib/*.js"
},
"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}"
"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}"
}
}

0 comments on commit 57af1ac

Please sign in to comment.