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 2725d7f commit e7652e2Copy full SHA for e7652e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jspython-cli",
3
- "version": "0.0.2",
+ "version": "0.0.4",
4
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
5
"main": "src/index.ts",
6
"bin": {
@@ -28,11 +28,11 @@
28
},
29
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
30
"dependencies": {
31
- "arg": "^4.1.1",
32
- "jspython-interpreter": "0.0.3"
+ "arg": "^4.1.2",
+ "jspython-interpreter": "~0.0.4"
33
34
"devDependencies": {
35
- "rollup": "^1.26.5",
+ "rollup": "^1.27.6",
36
"rollup-plugin-copy": "^3.1.0",
37
"rollup-plugin-typescript2": "^0.25.2",
38
"typescript": "^3.7.2"
0 commit comments