fix(#48): add type:module to mam-api package.json
This commit is contained in:
parent
4c8c3b72bb
commit
15b4d45375
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "wild-dragon-mam-api",
|
||||
"version": "0.1.0",
|
||||
"description": "Media Asset Management API for Wild Dragon",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue