Skip to content

Commit bb30655

Browse files
committed
execute code from textarea
1 parent e1e1fb7 commit bb30655

5 files changed

Lines changed: 44 additions & 7 deletions

File tree

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acode-plugin-python",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Acode plugin to run python code",
55
"main": "dist/main.js",
66
"repository": "https://github.com/deadlyjack/acode-plugin-python.git",
@@ -26,5 +26,8 @@
2626
},
2727
"scripts": {
2828
"build": "webpack"
29-
}
29+
},
30+
"browserslist": [
31+
"> 0.25%, not dead"
32+
]
3033
}

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "acode.plugin.python",
33
"name": "Python",
44
"main": "dist/main.js",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"readme": "README.md",
77
"icon": "icon.png",
88
"type": "pro",

0 commit comments

Comments
 (0)