Skip to content

Commit

Permalink
fix: updating visibility of package to public
Browse files Browse the repository at this point in the history
  • Loading branch information
carere committed Sep 18, 2022
1 parent 434383b commit 9b80714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
strict-peer-dependencies=false
access=public
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9b80714

Please sign in to comment.