Skip to content

Commit e7652e2

Browse files
committed
consolidated version with jspython to v0.0.4
1 parent 2725d7f commit e7652e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspython-cli",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
55
"main": "src/index.ts",
66
"bin": {
@@ -28,11 +28,11 @@
2828
},
2929
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
3030
"dependencies": {
31-
"arg": "^4.1.1",
32-
"jspython-interpreter": "0.0.3"
31+
"arg": "^4.1.2",
32+
"jspython-interpreter": "~0.0.4"
3333
},
3434
"devDependencies": {
35-
"rollup": "^1.26.5",
35+
"rollup": "^1.27.6",
3636
"rollup-plugin-copy": "^3.1.0",
3737
"rollup-plugin-typescript2": "^0.25.2",
3838
"typescript": "^3.7.2"

0 commit comments

Comments
 (0)