We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117c79d commit b973d2fCopy full SHA for b973d2f
package.json
@@ -2,7 +2,10 @@
2
"name": "rp2040js",
3
"version": "1.3.0",
4
"description": "Raspberry Pi Pico (RP2040) Emulator",
5
- "repository": "https://github.com/wokwi/rp2040js",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/wokwi/rp2040js.git"
8
+ },
9
"keywords": [
10
"rp2040",
11
"raspberry pi pico",
0 commit comments