Skip to content

Commit af4229f

Browse files
Use the latest Github repository name in package file
1 parent 615c22b commit af4229f

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
@@ -17,7 +17,7 @@
1717
"scripts": {},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/legomushroom/mojs-curve-editor.git"
20+
"url": "git+https://github.com/mojs/mojs-curve-editor.git"
2121
},
2222
"author": {
2323
"name": "Oleg Solomka",
@@ -27,9 +27,9 @@
2727
},
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/legomushroom/mojs-curve-editor/issues"
30+
"url": "https://github.com/mojs/mojs-curve-editor/issues"
3131
},
32-
"homepage": "https://github.com/legomushroom/mojs-curve-editor#readme",
32+
"homepage": "https://github.com/mojs/mojs-curve-editor#readme",
3333
"dependencies": {
3434
"hammerjs": "^2.0.8",
3535
"path-data-polyfill": "^1.0.0",

0 commit comments

Comments
 (0)