Skip to content

Commit efa8018

Browse files
committed
jspython version update
1 parent de5bb6f commit efa8018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspython-cli",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
55
"main": "src/index.ts",
66
"bin": {
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
3131
"dependencies": {
3232
"arg": "^4.1.2",
33-
"jspython-interpreter": "~2.0.14"
33+
"jspython-interpreter": "~2.0.16"
3434
},
3535
"devDependencies": {
3636
"rollup": "^1.27.13",

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ async function main() {
233233
}
234234

235235
main()
236-
.then(s => console.log('Completed:', s))
237-
.catch(e => console.log('Error:', e?.message || e))
236+
.then(s => console.log('completed:', s))
237+
.catch(e => console.log('error:', e?.message || e))

0 commit comments

Comments
 (0)