Skip to content

Commit

Permalink
fix: await getPkg, bump charlike to always be "latest"
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Nov 4, 2018
1 parent 5cb7526 commit e1b0592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function main() {
owner: 'tunnckoCoreLabs',
licenseStart: pkg.licenseStart,
locals: {
pkg: getPkg(pkg.name),
pkg: await getPkg(pkg.name),
deps,
devDeps,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tunnckocore/execa": "^2.1.1",
"@tunnckocore/package-json": "^0.3.1",
"charlike": "^2.0.9",
"charlike": "latest",
"esm": "^3.0.84",
"fs-extra": "^7.0.0"
},
Expand Down

0 comments on commit e1b0592

Please sign in to comment.