3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

refactor: remove obsolete index re-exports from /shared

This commit is contained in:
Dragory 2024-04-09 21:12:35 +03:00
parent 5772e27cda
commit 8ad12a91ad
No known key found for this signature in database
10 changed files with 8 additions and 10 deletions

View file

@ -5,7 +5,6 @@
"private": true,
"type": "module",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"scripts": {

View file

@ -1 +0,0 @@
export * from "./apiPermissions.js";