Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffel7 authored Dec 27, 2023
1 parent 5e75e69 commit b9cde62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": {
"name": "SebastianSchultz",
"email": "mail@sebastian-mundt.com"
"name": "stoffel7",
"email": "brudst@yahoo.de"
},
"bugs": {
"url": "https://github.com/SebastianSchultz/ioBroker.enet/issues"
"url": "https://github.com/stoffel7/ioBroker.enet/issues"
},
"description": "ioBroker eNet Adapter",
"engines": {
Expand All @@ -26,7 +26,7 @@
"gulp": "^3.9.1",
"mocha": "^10.2.0"
},
"homepage": "https://github.com/SebastianSchultz/ioBroker.enet",
"homepage": "https://github.com/stoffel7/ioBroker.enet",
"keywords": [
"ioBroker",
"eNet",
Expand All @@ -38,7 +38,7 @@
"name": "iobroker.enet",
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianSchultz/ioBroker.enet.git"
"url": "git@github.com:stoffel7/ioBroker.enet.git"
},
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
Expand Down

0 comments on commit b9cde62

Please sign in to comment.