Skip to content

Commit

Permalink
move express dependency to the right project
Browse files Browse the repository at this point in the history
  • Loading branch information
rally25rs committed Nov 19, 2019
1 parent a1bcf97 commit 789a682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/k8s-when-ready-client/package.json
Expand Up @@ -11,7 +11,6 @@
"build": "docker build ."
},
"dependencies": {
"express": "^4.17.1",
"yargs": "^15.0.2"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/k8s-when-ready-server/package.json
Expand Up @@ -14,6 +14,7 @@
"@kubernetes/client-node": "^0.11.0"
},
"devDependencies": {
"express": "^4.17.1",
"jest": "^24.9.0"
},
"jest": {
Expand Down

0 comments on commit 789a682

Please sign in to comment.