Skip to content

Commit 0ceb311

Browse files
committed
Fix npm ignoring dist
1 parent f4f8efb commit 0ceb311

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ I18n.d.ts
1414
.prettierrc
1515
jest.config.js
1616
tsconfig.json
17-
tsconfig.release.json
17+
tsconfig.release.json
18+
19+
# Include the dist folder
20+
!dist

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18n-typedef",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Convert I18n translation files to TypeScript definitions",
55
"author": "Agendrix",
66
"repository": {

0 commit comments

Comments
 (0)