mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-15 01:03:10 +00:00
Fix repository URL of package.json (#5181)
Changed the URL to prevent the repository URL of https://www.npmjs.com/package/fabric from becoming dead link.
This commit is contained in:
parent
7895099484
commit
c57eaaef7b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,10 +33,10 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fabric/fabric.js"
|
||||
"url": "https://github.com/fabricjs/fabric.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/fabric/fabric.js/issues"
|
||||
"url": "https://github.com/fabricjs/fabric.js/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue