Skip to content

Commit

Permalink
Remove dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-chine-leismore committed Mar 5, 2021
1 parent 70ec521 commit 30081c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 1 addition & 6 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello_world_error",
"version": "3.0.0",
"version": "3.0.1",
"description": "A demonstration application showing the usage of `@leismore/lmerror` and `@leismore/error_handler_last`.",
"private": true,
"main": "./dist/index.js",
Expand Down Expand Up @@ -31,8 +31,7 @@
"@leismore/error_handler_last": "^2.0.0",
"@leismore/lmerror": "^5.0.1",
"@leismore/response": "^4.0.0",
"express": "^4.17.1",
"install": "^0.13.0"
"express": "^4.17.1"
},
"devDependencies": {
"@types/chai": "^4.2.15",
Expand Down

0 comments on commit 30081c7

Please sign in to comment.