diff --git a/.npmrc b/.npmrc index fa4e095..209ffe4 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -strict-peer-dependencies=false \ No newline at end of file +strict-peer-dependencies=false +access=public \ No newline at end of file diff --git a/tsup.config.ts b/tsup.config.ts index 448e802..df57e3a 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -2,7 +2,7 @@ import { solidPlugin } from 'esbuild-plugin-solid' import { defineConfig } from 'tsup' export default defineConfig({ - name: '@carere/solux', + name: 'solux', platform: 'browser', entry: ['src/index.ts'], treeshake: true,