8000 jspy version update · jspython-dev/jspython-cli@5fb674a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fb674a

Browse files
committed
jspy version update
1 parent 19f1b9a commit 5fb674a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.10",
3+
"version": "2.0.11",
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.9"
33+
"jspython-interpreter": "~2.0.10"
3434
},
3535
"devDependencies": {
3636
"rollup": "^1.27.13",

0 commit comments

Comments
 (0)
0