Skip to content

Commit 26060f7

Browse files
committed
build: correct LLK URLs in package.json
1 parent 5ac7d6c commit 26060f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "Parser for Scratch projects",
44
"author": "MIT Media Lab",
55
"license": "BSD-3-Clause",
6-
"homepage": "https://github.com/LLK/scratch-parser#readme",
6+
"homepage": "https://github.com/scratchfoundation/scratch-parser#readme",
77
"main": "index.js",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/LLK/scratch-parser.git"
10+
"url": "https://github.com/scratchfoundation/scratch-parser.git"
1111
},
1212
"scripts": {
1313
"commitmsg": "commitlint -e $GIT_PARAMS",

0 commit comments

Comments
 (0)