Skip to content

Commit 342db60

Browse files
committed
npm: Reformat package.json
Before updating revision Change-Id: I4e19251e6ec5ea7d69b2390fe152fe337862ccb3 Forwarded: noble#105 Origin: https://github.com/abandonware/node-bluetooth-hci-socket/ Bug: noble#85 Signed-off-by: Philippe Coval <[email protected]>
1 parent 027b773 commit 342db60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"jshint": "^2.8.0"
3838
},
3939
"scripts": {
40-
"preinstall": "npm install node-pre-gyp",
41-
"install": "node-pre-gyp install --fallback-to-build",
42-
"test": "jshint lib/*.js"
40+
"preinstall": "npm install node-pre-gyp",
41+
"install": "node-pre-gyp install --fallback-to-build",
42+
"test": "jshint lib/*.js"
4343
},
4444
"binary": {
45-
"module_name": "binding",
46-
"module_path": "./lib/binding/",
47-
"host": "https://github.com/sandeepmistry/node-bluetooth-hci-socket/releases/download/",
48-
"package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
49-
"remote_path": "{version}"
45+
"module_name": "binding",
46+
"module_path": "./lib/binding/",
47+
"host": "https://github.com/sandeepmistry/node-bluetooth-hci-socket/releases/download/",
48+
"package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
49+
"remote_path": "{version}"
5050
}
5151
}

0 commit comments

Comments
 (0)