migrate all packages to export package.json

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 23:41:42 +01:00
parent 8a3d8ecde0
commit c523edfc88
31 changed files with 155 additions and 31 deletions
+5 -1
View File
@@ -9,7 +9,8 @@
},
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts"
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
@@ -18,6 +19,9 @@
],
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
}
},