Skip to content

Commit 7a373b9

Browse files
committed
Instead of blacklist use whitelist for including in npm.
1 parent dbcd429 commit 7a373b9

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

.npmignore

-27
This file was deleted.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "react-number-format",
33
"description": "React component to format number in an input or as a text.",
4-
"version": "5.3.4",
4+
"version": "5.4.0",
55
"main": "dist/react-number-format.cjs.js",
66
"module": "dist/react-number-format.es.js",
77
"types": "types/index.d.ts",
8+
"files": [
9+
"dist",
10+
"types"
11+
],
812
"sideEffects": false,
913
"author": "Sudhanshu Yadav",
1014
"license": "MIT",

0 commit comments

Comments
 (0)