File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11lib
22index.ts
3-
3+ .vscode
4+ tsconfig.json
45* .log
5-
66test.js
Original file line number Diff line number Diff line change 11{
22 "name" : " compile-run" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " You can execute programs in diff languages using this package" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1717 " compile" ,
1818 " run" ,
1919 " compile-run" ,
20- " execute"
20+ " execute" ,
21+ " python" ,
22+ " java" ,
23+ " node" ,
24+ " nodejs" ,
25+ " gcc" ,
26+ " cpp" ,
27+ " c" ,
28+ " c++"
2129 ],
2230 "author" :
" vibhor agrawal <[email protected] >" ,
2331 "license" : " MIT" ,
2735 "homepage" : " https://github.com/l-ide/compile-run2#readme" ,
2836 "devDependencies" : {
2937 "@types/node" : " ^10.5.8"
30- }
31- }
38+ },
39+ "files" : [
40+ " dist"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments