Skip to content

Commit a2db98a

Browse files
authored
Fix package.json pointing at old code
1 parent cb8f1c3 commit a2db98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/RangerMauve/async-mqtt.git"
11+
"url": "git+https://github.com/mqttjs/async-mqtt.git"
1212
},
1313
"keywords": [
1414
"mqtt",
@@ -20,9 +20,9 @@
2020
"author": "rangermauve",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/RangerMauve/async-mqtt/issues"
23+
"url": "https://github.com/mqttjs/async-mqtt/issues"
2424
},
25-
"homepage": "https://github.com/RangerMauve/async-mqtt#readme",
25+
"homepage": "https://github.com/mqttjs/async-mqtt#readme",
2626
"dependencies": {
2727
"in-array": "^0.1.2",
2828
"mqtt": "^2.3.1"

0 commit comments

Comments
 (0)