diff --git a/README.md b/README.md index 845b4985..1faeb447 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ BACnet® is a protocol to interact with building automation devices defined by A Add node-bacnet to your project by using: ``` sh -npm install --save node-bacnet +npm install --save @widesky/node-bacstack ``` The API documentation is available under **[GitHub Page of Docs](https://biancoroyal.github.io/node-bacstack/)**. diff --git a/package.json b/package.json index ef3e29b4..b8bf0790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@widesky/node-bacnet", - "version": "1.0.0", + "name": "@widesky/node-bacstack", + "version": "1.0.1", "description": "The BACnet protocol library written in pure JavaScript.", "main": "index.js", "scripts": { @@ -48,6 +48,10 @@ { "name": "Ingo Fischer", "email": "iobroker@fischer-ka.de" + }, + { + "name": "WideSky.Cloud", + "email": "support@widesky.cloud" } ], "engines": { @@ -60,9 +64,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/BiancoRoyal/node-bacstack/issues" + "url": "https://github.com/widesky/node-bacstack/issues" }, - "homepage": "https://github.com/BiancoRoyal/node-bacstack#readme", + "homepage": "https://github.com/widesky/node-bacstack#readme", "dependencies": { "debug": "^4.1.1", "iconv-lite": "^0.5.1",