corrected dependencies

This commit is contained in:
2023-02-09 11:44:37 +01:00
parent c20ee14d85
commit 3b58a7f346
+2 -2
View File
@@ -6,7 +6,7 @@
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/username/hello-world.git" "url": "https://git.kleiax.de/PlatformIO-Libs/Motor.git"
}, },
"authors": "authors":
[ [
@@ -19,7 +19,7 @@
"license": "MIT", "license": "MIT",
"homepage": "https://www.kleiax.de/", "homepage": "https://www.kleiax.de/",
"dependencies": { "dependencies": {
"https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0": "v1.0" "external-repo" : "https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0"
}, },
"frameworks": "*", "frameworks": "*",
"platforms": "*" "platforms": "*"