Skip to content

Commit

Permalink
Fix path to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 16, 2024
1 parent 90153b6 commit db87f50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@playcanvas/observer",
"version": "1.4.0",
"author": "PlayCanvas <[email protected]>",
"homepage": "https://github.com/playcanvas/playcanvas-observer#readme",
"homepage": "https://github.com/playcanvas/observer#readme",
"description": "Generic implementation of the observer pattern",
"keywords": [
"playcanvas",
Expand All @@ -17,11 +17,11 @@
"types": "types/index.d.ts",
"type": "module",
"bugs": {
"url": "https://github.com/playcanvas/playcanvas-observer/issues"
"url": "https://github.com/playcanvas/observer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playcanvas/playcanvas-observer.git"
"url": "git+https://github.com/playcanvas/observer.git"
},
"eslintConfig": {
"extends": "@playcanvas/eslint-config",
Expand Down

0 comments on commit db87f50

Please sign in to comment.