revert package.json changes
This commit is contained in:
parent
d03165beb2
commit
1e9dfc79b6
|
@ -2,10 +2,10 @@
|
|||
"name": "piston-api",
|
||||
"version": "3.2.0",
|
||||
"description": "API for piston - a high performance code execution engine",
|
||||
"module": "./dist/src/index.ts",
|
||||
"module": "./dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"api": "node ./dist/src/index.ts",
|
||||
"api": "node ./dist/index.js",
|
||||
"build": "npx tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue