Skip to content

Commit

Permalink
bump ncc to 0.2.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorklopov committed Dec 3, 2018
1 parent 168b4cf commit f328a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/now-node-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function downloadInstallAndBundle(
'package.json': new FileBlob({
data: JSON.stringify({
dependencies: {
'@zeit/ncc': '0.1.18',
'@zeit/ncc': '0.2.0',
},
}),
}),
Expand Down
2 changes: 1 addition & 1 deletion packages/now-node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function downloadInstallAndBundle(
'package.json': new FileBlob({
data: JSON.stringify({
dependencies: {
'@zeit/ncc': '0.1.18',
'@zeit/ncc': '0.2.0',
},
}),
}),
Expand Down

0 comments on commit f328a53

Please sign in to comment.