mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
735cc261fb
* 👷 Create an ESM build with Rollup by renaming output files with `.esm` * 📌 Reinstall `sk-auth` in app
7 lines
143 B
JSON
7 lines
143 B
JSON
{
|
|
"internal": true,
|
|
"main": "../dist/client/index.js",
|
|
"module": "../dist/client/index.esm.js",
|
|
"types": "../dist/client/index.d.ts"
|
|
}
|