Skip to content

Commit

Permalink
fix: add forgotten dependencies (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsilberman committed Jul 26, 2019
1 parent cfd677e commit 6c9f740
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@best/agent-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"files": [
"build/**/*.js",
"dist/**/*.js"
"dist/**/*"
]
}
1 change: 1 addition & 0 deletions packages/@best/agent-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"main": "build/cli/index.js",
"dependencies": {
"@best/agent-frontend": "4.0.0-alpha2",
"@best/agent-logger": "4.0.0-alpha2",
"@best/runner-remote": "4.0.0-alpha2",
"@best/utils": "4.0.0-alpha2",
Expand Down
1 change: 1 addition & 0 deletions packages/@best/agent-hub/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"outDir": "build"
},
"references": [
{ "path": "../agent-frontend" },
{ "path": "../agent-logger" },
{ "path": "../runner-remote" },
{ "path": "../utils" },
Expand Down
4 changes: 3 additions & 1 deletion packages/@best/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"dependencies": {
"@best/api-db": "4.0.0-alpha2",
"@best/github-integration": "4.0.0-alpha2",
"@best/config": "4.0.0-alpha2",
"@best/console-stream": "4.0.0-alpha2",
"@best/types": "4.0.0-alpha2",
"@lwc/compiler": "^1.0.0",
"@lwc/engine": "^1.0.0",
Expand Down Expand Up @@ -50,6 +52,6 @@
},
"files": [
"build/**/*.js",
"dist/**/*.js"
"dist/**/*"
]
}
1 change: 1 addition & 0 deletions packages/@best/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{ "path": "../api-db" },
{ "path": "../github-integration" },
{ "path": "../config" },
{ "path": "../console-stream" },
{ "path": "../types" }
]
}

0 comments on commit 6c9f740

Please sign in to comment.