From 6048b32f9ff374f90fd4028b8f114ce2d684df8f Mon Sep 17 00:00:00 2001 From: Thiago Zanetti Date: Wed, 8 Mar 2023 21:25:57 -0300 Subject: [PATCH] Adding entries to npmignore (#377) --- .npmignore | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 4d092e5..513d13a 100644 --- a/.npmignore +++ b/.npmignore @@ -6,6 +6,8 @@ dist/ app/ node_modules/ lib/ +.eslintignore +.eslintrc.cjs .gitignore .npmignore .npmrc-github diff --git a/package-lock.json b/package-lock.json index 6f907bf..b333ad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-intl-currency-input", - "version": "0.3.1", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-intl-currency-input", - "version": "0.3.1", + "version": "0.3.3", "license": "MIT", "workspaces": [ "app/*", diff --git a/package.json b/package.json index 2d9132d..7564671 100644 --- a/package.json +++ b/package.json @@ -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",