fix: type as module

This commit is contained in:
Endercheif 2023-03-06 15:02:16 -08:00
parent 2d8c26f156
commit 234530ed60
No known key found for this signature in database
GPG key ID: 7767459A0C8BEE00
6 changed files with 12 additions and 11 deletions

View file

@ -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"
},