Skip to content

Commit b93422c

Browse files
authored
Update package.json
1 parent 3626a14 commit b93422c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "acode-plugin-python_runner",
2+
"name": "acode-plugin-python",
33
"version": "1.0.2",
4-
"description": "Acode plugin to python code",
5-
"main": "python_runner.js",
4+
"description": "Acode plugin to run python code",
5+
"main": "dig/main.js",
66
"repository": "https://github.com/deadlyjack/acode-plugin-python.git",
77
"author": "Ajit <me@ajitkumar.dev>",
88
"license": "MIT",
@@ -28,4 +28,4 @@
2828
"scripts": {
2929
"build": "webpack"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)