Skip to content

Commit cc5dc6e

Browse files
Fix repository urls in package.json
1 parent a38c00c commit cc5dc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"homepage": "https://github.com/pyodide/pyodide",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/pyodide/pyodide"
16+
"url": "https://github.com/promplate/browser-only-pyodide"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/pyodide/pyodide/issues"
19+
"url": "https://github.com/promplate/browser-only-pyodide/issues"
2020
},
2121
"license": "Apache-2.0",
2222
"exports": {

0 commit comments

Comments
 (0)