Skip to content

Commit

Permalink
add back coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
srtucker22 committed Dec 27, 2020
1 parent 68c23f5 commit 6d598cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
coverage
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -17,7 +17,8 @@
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
"analyze": "size-limit --why",
"coverage": "tsdx test --coverage"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 6d598cf

Please sign in to comment.