Skip to content

Commit

Permalink
chore: remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable committed May 4, 2020
1 parent 3dcdf35 commit 37349e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
112 changes: 0 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --collectCoverage",
"codecov": "codecov"
"test:coverage": "jest --collectCoverage"
},
"repository": {
"type": "git",
Expand All @@ -31,7 +30,6 @@
"is-regex": "^1.0.5"
},
"devDependencies": {
"codecov": "^3.6.5",
"jest": "^25.3.0"
}
}

0 comments on commit 37349e6

Please sign in to comment.