revert package.json changes

This commit is contained in:
Lunarmagpie 2023-03-08 22:22:35 -05:00
parent d03165beb2
commit 1e9dfc79b6
1 changed files with 2 additions and 2 deletions

View File

@ -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": {