build: correct URLs in package.json

This commit is contained in:
Christopher Willis-Ford 2024-02-23 15:28:32 -08:00
parent bfbb27bfe6
commit e526364e34
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
# Scratch's fork of Paper.js [![Build Status](https://circleci.com/gh/LLK/paper.js.svg?style=shield)](https://app.circleci.com/pipelines/github/LLK/paper.js?branch=develop) [![NPM](https://img.shields.io/npm/v/@scratch/paper.svg)](https://www.npmjs.com/package/@scratch/paper)
# Scratch's fork of Paper.js
[![NPM](https://img.shields.io/npm/v/@scratch/paper.svg)](https://www.npmjs.com/package/@scratch/paper)
This is a fork of Paper.js for use in Scratch. Please do not contact the Paper.js authors to support this fork.

View file

@ -6,9 +6,9 @@
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "https://github.com/paperjs/paper.js"
"url": "https://github.com/scratchfoundation/paper.js"
},
"bugs": "https://github.com/paperjs/paper.js/issues",
"bugs": "https://github.com/scratchfoundation/paper.js/issues",
"contributors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"Jonathan Puckey <jonathan@puckey.studio> (http://studiomoniker.com)"