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:
Kunihiko Ito 2018-08-20 17:36:11 +09:00 committed by Andrea Bogazzi
parent 7895099484
commit c57eaaef7b

View file

@ -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": {