From e526364e341b2932ffdc9b9370ec8f5eda6d8cec Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:28:32 -0800 Subject: [PATCH] build: correct URLs in package.json --- README.md | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d104586..45bbdb2b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index c81ff4d7..9354d6f4 100644 --- a/package.json +++ b/package.json @@ -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 (http://scratchdisk.com)", "Jonathan Puckey (http://studiomoniker.com)"