Skip to content

Commit

Permalink
fix: install etcd3 by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen committed Jul 31, 2019
1 parent d57c7aa commit 22be528
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 39 deletions.
60 changes: 23 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@commitlint/config-conventional": "^7.5.0",
"@grpc/proto-loader": "^0.5.1",
"@types/debug": "^4.1.4",
"@types/jest": "^24.0.16",
"@types/lodash": "^4.14.136",
"@types/node": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^4.3.0",
"etcd3": "^0.2.13",
"husky": "^1.2.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.0",
Expand All @@ -57,8 +57,8 @@
]
},
"dependencies": {
"@types/jest": "^24.0.15",
"debug": "^4.1.1",
"etcd3": "^0.2.13",
"grpc": "^1.22.2",
"lodash": "^4.17.15"
}
Expand Down

0 comments on commit 22be528

Please sign in to comment.