We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0458708 commit 89e57b0Copy full SHA for 89e57b0
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "bacstack",
+ "name": "@NateZimmer/bacstack",
3
"version": "0.0.1-beta.13",
4
"description": "A BACnet protocol stack written in pure JavaScript.",
5
"main": "index.js",
@@ -13,7 +13,7 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git+https://github.com/fh1ch/node-bacstack.git"
+ "url": "git+https://github.com/NateZimmer/node-bacstack.git"
17
18
"keywords": [
19
"bacnet",
@@ -37,7 +37,7 @@
37
"bugs": {
38
"url": "https://github.com/fh1ch/node-bacstack/issues"
39
40
- "homepage": "https://github.com/fh1ch/node-bacstack#readme",
+ "homepage": "https://github.com/NateZimmer/node-bacstack#readme",
41
"dependencies": {
42
"debug": "^4.0.1",
43
"iconv-lite": "^0.4.24"
0 commit comments