Skip to content

Commit

Permalink
Update exports and fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Apr 14, 2024
1 parent 709495c commit 0b46083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "boring-vault-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "A reusable package to quickly integrate boring vaults onto a UI.",
"main": "index.tsx",
"main": "dist/index.js",
"scripts": {
"build": "tsup",
"test": "jest",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src/**/*", "tests/**/*"]
"include": ["src/**/*", "tests/**/*"],
"exclude": ["node_modules"],
"files": ["dist/**/*"],
}

0 comments on commit 0b46083

Please sign in to comment.