Skip to content

Commit

Permalink
Fix build package
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Sep 17, 2024
1 parent 0ceb311 commit 492ad8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ I18n.d.ts
jest.config.js
tsconfig.json
tsconfig.release.json

# Include the dist folder
!dist
2 changes: 1 addition & 1 deletion bin/i18n-typedef
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../dist/src/i18n-typedef.js');
require('../dist/i18n-typedef.js');
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.2",
"version": "1.2.3",
"description": "Convert I18n translation files to TypeScript definitions",
"author": "Agendrix",
"repository": {
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.release.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "src",
"outDir": "dist",
"removeComments": true
},
"include": ["src/**/*"]
}
}

0 comments on commit 492ad8d

Please sign in to comment.