Skip to content

Commit

Permalink
Merge pull request #3 from TizenTeam/sandbox/rzr/abandonware/master
Browse files Browse the repository at this point in the history
npm: relocate to abandonware namespace
  • Loading branch information
rzr authored Dec 18, 2018
2 parents e113fd7 + 4808987 commit 76096f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Note:
## Install

```sh
npm install bluetooth-hci-socket
npm install @abandonware/bluetooth-hci-socket
```

## Usage
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluetooth-hci-socket",
"version": "0.5.2",
"name": "@abandonware/bluetooth-hci-socket",
"version": "0.5.3-0",
"description": "Bluetooth HCI socket binding for Node.js",
"main": "index.js",
"repository": {
Expand Down 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 76096f9

Please sign in to comment.