mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
fix: type as module
This commit is contained in:
parent
2d8c26f156
commit
234530ed60
6 changed files with 12 additions and 11 deletions
|
@ -2,7 +2,8 @@
|
|||
"name": "piston-api",
|
||||
"version": "3.2.0",
|
||||
"description": "API for piston - a high performance code execution engine",
|
||||
"main": "src/index.js",
|
||||
"module": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"run": "node src/index.js"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue