Skip to content

Commit

Permalink
feat: hapi 17 tracing support (#710)
Browse files Browse the repository at this point in the history
PR-URL: #710
  • Loading branch information
kjin committed Apr 3, 2018
1 parent b646611 commit 028032f
Show file tree
Hide file tree
Showing 9 changed files with 225 additions and 353 deletions.
239 changes: 3 additions & 236 deletions package-lock.json

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

1 change: 0 additions & 1 deletion scripts/get-plugin-types.ts
Expand Up @@ -24,7 +24,6 @@ export async function getPluginTypes() {
if (!matches) {
continue;
}
console.log(matches);
const [, packageName, name, version] = matches;
const installDir = `${TYPES_DIRECTORY}/${packageName}`;
if (await mkdirSafeP(installDir)) {
Expand Down

0 comments on commit 028032f

Please sign in to comment.