add svelte key
This commit is contained in:
parent
cea7d7dd06
commit
0fff0d0613
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ const build = async () => {
|
|||
pkg.files = ['dist'];
|
||||
pkg.private = false;
|
||||
pkg.exports = pkgExports;
|
||||
pkg.svelte = './dist/index.js';
|
||||
fs.writeFileSync(PACKAGE, JSON.stringify(pkg, null, 2));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue