Skip to content

Commit

Permalink
Fix repository URL of package.json (fabricjs#5181)
Browse files Browse the repository at this point in the history
Changed the URL to prevent the repository URL of https://www.npmjs.com/package/fabric from becoming dead link.
  • Loading branch information
kunitoo authored and asturur committed Aug 20, 2018
1 parent 7895099 commit c57eaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c57eaae

Please sign in to comment.