Skip to content

Commit 7d860ba

Browse files
committed
Update package to use the proper directory
1 parent a27f991 commit 7d860ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "OBS Websocket API in Javascript, consumes @Palakis/obs-websocket",
55
"author": "Brendan Hagan (haganbmj)",
66
"license": "MIT",
7-
"repository": "haganbmj/obs-websocket-js",
8-
"repoUrl": "https://github.com/haganbmj/obs-websocket-js",
7+
"repository": "obs-websocket-community-projects/obs-websocket-js",
8+
"repoUrl": "https://github.com/obs-websocket-community-projects/obs-websocket-js",
99
"keywords": [
1010
"obs",
1111
"studio",
@@ -69,9 +69,9 @@
6969
"webpack-cli": "^3.3.10"
7070
},
7171
"bugs": {
72-
"url": "https://github.com/haganbmj/obs-websocket-js/issues"
72+
"url": "https://github.com/obs-websocket-community-projects/obs-websocket-js/issues"
7373
},
74-
"homepage": "https://github.com/haganbmj/obs-websocket-js#readme",
74+
"homepage": "https://github.com/obs-websocket-community-projects/obs-websocket-js#readme",
7575
"eslintConfig": {
7676
"extends": "xo-space/esnext"
7777
},

0 commit comments

Comments
 (0)