We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c45a30 commit 54908ccCopy full SHA for 54908cc
README.md
@@ -11,6 +11,7 @@ Docs: https://developers.google.com/blockly/guides/overview
11
Repo: https://github.com/google/blockly
12
13
## Lego Boost Robotics Set
14
+
15
A Lego creative toolbox which offers an easy way to learn the basics of coding, engineering and robotics.
16
17
Link: https://www.lego.com/en-de/product/boost-creative-toolbox-17101
tsconfig.json
@@ -19,5 +19,5 @@
19
"types": []
20
},
21
"include": ["src/**/*.ts"],
22
- "exclude" : ["node_modules"]
+ "exclude": ["node_modules"]
23
}
0 commit comments