Skip to content

Commit 4e27ec3

Browse files
committed
version bump and dependencies updated
1 parent e7652e2 commit 4e27ec3

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": "0.0.4",
3+
"version": "0.0.5",
44
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
55
"main": "src/index.ts",
66
"bin": {
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
3030
"dependencies": {
3131
"arg": "^4.1.2",
32-
"jspython-interpreter": "~0.0.4"
32+
"jspython-interpreter": "~0.1.3"
3333
},
3434
"devDependencies": {
3535
"rollup": "^1.27.6",

0 commit comments

Comments
 (0)