Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 0e87d78

Browse files
update README
1 parent e5fc631 commit 0e87d78

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you find this package useful, please don't forget to star ⭐️ the repo, as
1616
Install as a dependency for your project (need python 3.x):
1717

1818
```bash
19-
npm install --save bsdiff-nodejs
19+
npm install @brouilles/bsdiff-nodejs
2020
```
2121

2222
## Usage

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "bsdiff-nodejs",
33
"description": "An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).",
44
"version": "2.2.2",
5-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
5+
"publishConfig": { "registry": "https://npm.pkg.github.com/@Brouilles" },
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/Exoway/bsdiff-nodejs.git"
8+
"url": "git+https://github.com/Brouilles/bsdiff-nodejs.git"
99
},
1010
"main": "index.js",
1111
"scripts": {
@@ -16,7 +16,7 @@
1616
"binary": {
1717
"module_name": "bsdiff",
1818
"module_path": "./build/Release/",
19-
"host": "https://github.com/Exoway/bsdiff-nodejs/releases/download/",
19+
"host": "https://github.com/Brouilles/bsdiff-nodejs/releases/download/",
2020
"remote_path": "{version}"
2121
},
2222
"keywords": [
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/Brouilles/bsdiff-nodejs/issues"
3030
},
3131
"homepage": "https://github.com/Brouilles/bsdiff-nodejs",
32-
"author": "Exoway <contact@exoway.net>",
32+
"author": "Brouilles <contact@exoway.net>",
3333
"license": "MIT",
3434
"gypfile": true,
3535
"dependencies": {

0 commit comments

Comments
 (0)