Skip to content

Commit

Permalink
fix: readme in package
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed May 10, 2020
1 parent 7793fcf commit b787802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/better-dni/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-dni",
"version": "4.0.6",
"version": "4.0.7",
"description": "The fastest Spanish DNI (NIE / NIF) validation out there.",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -41,6 +41,7 @@
],
"types": "./dist/index.d.ts",
"files": [
"dist"
"dist",
"../../README.md"
]
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "4.0.6",
"version": "4.0.7",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down

1 comment on commit b787802

@vercel
Copy link

@vercel vercel bot commented on b787802 May 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.