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 b45c0cd commit c1b4306Copy full SHA for c1b4306
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "upy-package-installer",
3
"version": "1.0.0",
4
+ "description": "A tool to install MicroPython packages onto supported Arduino boards.",
5
"main": "main.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
@@ -28,7 +29,6 @@
28
29
}
30
],
31
"license": "ISC",
- "description": "",
32
"devDependencies": {
33
"@electron-forge/cli": "^7.5.0",
34
"@electron-forge/maker-deb": "^7.5.0",
0 commit comments