build: correct LLK URLs in package.json

This commit is contained in:
Christopher Willis-Ford 2024-02-23 14:03:22 -08:00
parent 6f16476a5a
commit eb5f9668c7

View file

@ -10,10 +10,10 @@
}, },
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-resources#readme", "homepage": "https://github.com/scratchfoundation/scratch-resources#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-resources.git" "url": "git+ssh://git@github.com/scratchfoundation/scratch-resources.git"
}, },
"devDependencies": { "devDependencies": {
"eslint": "4.18.2", "eslint": "4.18.2",