Skip to content

Commit

Permalink
feat(library.json): added proper 'repository' to library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Steven Strange committed Aug 13, 2023
1 parent b758d65 commit 4a32237
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "Dial2AbstractSensors",
"keywords": "sensors, abstract, interfaces",
"description": "A simple library containing abstract interfaces for sensor adapters for the AhmsVille Dial 2",
"version": "1.00.0",
"version": "1.0.0",
"authors": {
"name": "Igor Voronin",
"url": "https://github.com/divStar"
},
"repository": {
"type": "git",
"url": "https://github.com/divStar/ahmsville-dial2-abstract-sensors.git"
},
"frameworks": "*",
"platforms": "*",
"build": {
Expand Down

0 comments on commit 4a32237

Please sign in to comment.