Skip to content

Commit

Permalink
Sync publication name with project name as node-bacstack
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelToh committed Sep 9, 2020
1 parent dff6f33 commit c83ef60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)**.
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -48,6 +48,10 @@
{
"name": "Ingo Fischer",
"email": "[email protected]"
},
{
"name": "WideSky.Cloud",
"email": "[email protected]"
}
],
"engines": {
Expand All @@ -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",
Expand Down

0 comments on commit c83ef60

Please sign in to comment.