Skip to content

Commit

Permalink
feat(0.1.4): Update .npmignore and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0pilatos0 committed Jan 3, 2024
1 parent 9461b75 commit 1e448c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src/
.gihub/
tools/
test/
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typelegend",
"version": "0.1.3",
"version": "0.1.4",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,8 @@
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"lint": "tsc",
"generate": "bun tools/generateIndex.ts",
"generateDoc": "bun tools/generateDocs.ts"
"generateDoc": "bun tools/generateDocs.ts",
"prepublish": "bun run up"
},
"description": "Empowering TypeScript Developers with Essential Utilities",
"directories": {
Expand Down

0 comments on commit 1e448c0

Please sign in to comment.