Skip to content

Commit

Permalink
removed tests from output
Browse files Browse the repository at this point in the history
  • Loading branch information
bvego committed Jun 25, 2019
1 parent f962994 commit 5b42d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nope-validator",
"version": "0.3.0",
"version": "0.4.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"exclude": [
"node_modules",
"dist"
"dist",
"**/__tests__/**"
]
}

0 comments on commit 5b42d49

Please sign in to comment.