Skip to content

Commit

Permalink
Adding entries to npmignore (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagozanetti authored Mar 9, 2023
1 parent 16e30ba commit 6048b32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dist/
app/
node_modules/
lib/
.eslintignore
.eslintrc.cjs
.gitignore
.npmignore
.npmrc-github
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-currency-input",
"version": "0.3.2",
"version": "0.3.3",
"description": "A React component for i18n currency input using the Intl API.",
"type": "module",
"main": "index.cjs",
Expand Down

0 comments on commit 6048b32

Please sign in to comment.