build: correct LLK URLs in package.json

This commit is contained in:
Christopher Willis-Ford 2024-02-23 13:57:48 -08:00
parent ab05a21e0f
commit 753a8811c5

View file

@ -12,14 +12,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratchjr-website.git"
"url": "https://github.com/scratchfoundation/scratchjr-website.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/LLK/scratchjr-website/issues"
"url": "https://github.com/scratchfoundation/scratchjr-website/issues"
},
"homepage": "https://github.com/LLK/scratchjr-website",
"homepage": "https://github.com/scratchfoundation/scratchjr-website",
"devDependencies": {
"async": "1.5.2",
"autoprefixer": "7.1.3",