Skip to content

Commit

Permalink
fix library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kerikun11 committed Jan 6, 2021
1 parent 4e0252a commit b8615c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "MicroMouseControlModule",
"description": "MicroMouse Control Module",
"keywords": "micromouse,control,robot,vehicle",
"repository": "https://github.com/kerikun11/micromouse-control-module.git",
"repository": {
"type": "git",
"url": "https://github.com/kerikun11/micromouse-control-module.git"
},
"authors": {
"name": "Ryotaro Onuki",
"email": "kerikun11+github@gmail.com",
Expand All @@ -11,7 +14,11 @@
"license": "MIT",
"build": {
"flags": [
"-I include",
"-std=c++14"
],
"srcFilter": [
"+<include>"
]
}
}

0 comments on commit b8615c3

Please sign in to comment.