Skip to content

Commit

Permalink
Fix npm ignoring dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Sep 17, 2024
1 parent f4f8efb commit 0ceb311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ I18n.d.ts
.prettierrc
jest.config.js
tsconfig.json
tsconfig.release.json
tsconfig.release.json

# Include the dist folder
!dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-typedef",
"version": "1.2.1",
"version": "1.2.2",
"description": "Convert I18n translation files to TypeScript definitions",
"author": "Agendrix",
"repository": {
Expand Down

0 comments on commit 0ceb311

Please sign in to comment.