Skip to content

Commit 6048b32

Browse files
Adding entries to npmignore (#377)
1 parent 16e30ba commit 6048b32

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ dist/
66
app/
77
node_modules/
88
lib/
9+
.eslintignore
10+
.eslintrc.cjs
911
.gitignore
1012
.npmignore
1113
.npmrc-github

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intl-currency-input",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A React component for i18n currency input using the Intl API.",
55
"type": "module",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)