8000 Update node version and add cli binary path · arduino/micropython.js@8bc26c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bc26c5

Browse files
committed
Update node version and add cli binary path
1 parent ed0ddab commit 8bc26c5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

cli.js

100644100755
File mode changed.

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "micropython_js",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Interpretation of pyboard.py in javascript",
55
"main": "micropython.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9+
"bin": "./cli.js",
910
"licence": "MIT",
1011
"dependencies": {
1112
"serialport": "^10.4.0"
13+
},
14+
"engine": {
15+
"node": "18"
1216
}
1317
}

0 commit comments

Comments
 (0)
0