Skip to content

Commit d29a83f

Browse files
authored
Merge pull request #36 from csivitu/dev
feat: v0.2.1
2 parents 31c4584 + 8800cba commit d29a83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "code-executor",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A CLI/library to execute code against test cases in various languages and obtain relevant results.",
5-
"main": "dist/src/CodeExecutor.js",
5+
"main": "dist/src/index.js",
66
"keywords": [
77
"code-executor",
88
"executor",

0 commit comments

Comments
 (0)