Skip to content

Commit

Permalink
(fix) removed dist from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannav02 committed Nov 22, 2024
1 parent 77cf478 commit db570a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ src/
tests/
examples/


# Include dist directory
!dist/
!dist/*

# Config files
.github/
.vscode/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dialect-morph",
"module": "index.ts",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "bunx tsc",
"prePublishOnly": "bun run build",
Expand Down

0 comments on commit db570a6

Please sign in to comment.