Skip to content

Commit

Permalink
do not publish test files & 1.3.0 beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Jul 6, 2022
1 parent 5bd02ad commit f66f4da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pnpm-lock.yaml
.eslintrc.json
node_modules
.vscode
.github
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fastest-validator-decorators",
"author": "Toby de Havilland",
"version": "1.2.1",
"version": "1.3.0-beta.0",
"description": "Fastest validator decorators",
"license": "MIT",
"repository": {
Expand All @@ -21,7 +21,8 @@
"prepublish": "pnpm run test && pnpm run build"
},
"files": [
"dist"
"dist/index.d.ts",
"dist/index.js"
],
"keywords": [
"validation",
Expand Down

0 comments on commit f66f4da

Please sign in to comment.