Skip to content

Commit

Permalink
fix: files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed May 10, 2020
1 parent d2a2ed2 commit 6f2355c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn run build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion 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.7",
"version": "4.0.8",
"description": "The fastest Spanish DNI (NIE / NIF) validation out there.",
"main": "dist/index.js",
"license": "MIT",
Expand Down
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.7",
"version": "4.0.8",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down

1 comment on commit 6f2355c

@vercel
Copy link

@vercel vercel bot commented on 6f2355c 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.