We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626a14 commit b93422cCopy full SHA for b93422c
1 file changed
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "acode-plugin-python_runner",
+ "name": "acode-plugin-python",
3
"version": "1.0.2",
4
- "description": "Acode plugin to python code",
5
- "main": "python_runner.js",
+ "description": "Acode plugin to run python code",
+ "main": "dig/main.js",
6
"repository": "https://github.com/deadlyjack/acode-plugin-python.git",
7
"author": "Ajit <me@ajitkumar.dev>",
8
"license": "MIT",
@@ -28,4 +28,4 @@
28
"scripts": {
29
"build": "webpack"
30
}
31
-}
+}
0 commit comments