removed everything not nano-related, rewrote the logic of serial connection so the user is not prompted to connect 2 times when using the old bootloader
This commit is contained in:
12
package.json
12
package.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "web-arduino-uploader",
|
||||
"name": "arduino-nano-web-uploader",
|
||||
"version": "1.1.2",
|
||||
"main": "dist/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "David Buezas",
|
||||
"email": "david.buezas@gmail.com",
|
||||
"url": "https://github.com/dbuezas/arduino-web-uploader/"
|
||||
"name": "Oleksiy Hrachov",
|
||||
"email": "oleksiy.h@proton.me",
|
||||
"url": "https://git.pinkduck.xyz/oleksiy/arduino-NANO-web-uploader"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm run build",
|
||||
@ -23,8 +23,8 @@
|
||||
"process": "^0.11.10",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"typescript": "^4.0.3",
|
||||
"webpack": "^5.2.0",
|
||||
"webpack-cli": "^4.1.0"
|
||||
"webpack": "^5.90.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user