Skip to content

Commit b973d2f

Browse files
committed
chore: fix repository field in package.json
1 parent 117c79d commit b973d2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "rp2040js",
33
"version": "1.3.0",
44
"description": "Raspberry Pi Pico (RP2040) Emulator",
5-
"repository": "https://github.com/wokwi/rp2040js",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/wokwi/rp2040js.git"
8+
},
69
"keywords": [
710
"rp2040",
811
"raspberry pi pico",

0 commit comments

Comments
 (0)