We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7652e2 commit 4e27ec3Copy full SHA for 4e27ec3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jspython-cli",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
5
"main": "src/index.ts",
6
"bin": {
@@ -29,7 +29,7 @@
29
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
30
"dependencies": {
31
"arg": "^4.1.2",
32
- "jspython-interpreter": "~0.0.4"
+ "jspython-interpreter": "~0.1.3"
33
},
34
"devDependencies": {
35
"rollup": "^1.27.6",
0 commit comments