Skip to content

Commit

Permalink
Instead of blacklist use whitelist for including in npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Jun 1, 2024
1 parent dbcd429 commit 7a373b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
27 changes: 0 additions & 27 deletions .npmignore

This file was deleted.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "react-number-format",
"description": "React component to format number in an input or as a text.",
"version": "5.3.4",
"version": "5.4.0",
"main": "dist/react-number-format.cjs.js",
"module": "dist/react-number-format.es.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"sideEffects": false,
"author": "Sudhanshu Yadav",
"license": "MIT",
Expand Down

0 comments on commit 7a373b9

Please sign in to comment.