Skip to content

Commit bc27c53

Browse files
committed
fix(package.json): fix repo url
1 parent 552d1f2 commit bc27c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "commonjs",
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/csuermann/presence-faker.git"
21+
"url": "git+https://github.com/csuermann/node-red-contrib-presence-faker.git"
2222
},
2323
"scripts": {
2424
"test": "mocha \"test/**/*_spec.js\""

0 commit comments

Comments
 (0)