Skip to content

Commit

Permalink
feat: make sharable package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmartinho committed Oct 10, 2023
1 parent 0409fa8 commit 80ea5a3
Show file tree
Hide file tree
Showing 42 changed files with 33,702 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
**/node_modules/**
*.d.ts
*.js
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# Vite default settings
node_modules
.DS_Store
dist
dist-ssr
*.local

Expand Down
7 changes: 7 additions & 0 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"src/index.ts": {
"file": "my-lib.umd.cjs",
"isEntry": true,
"src": "src/index.ts"
}
}
Loading

0 comments on commit 80ea5a3

Please sign in to comment.