mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
refactor: convert /shared to ESM
This commit is contained in:
parent
805234acc1
commit
1f0a01f15f
3 changed files with 7 additions and 4 deletions
|
@ -3,8 +3,11 @@
|
|||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./*": "./dist/*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue