Skip to content

Commit

Permalink
0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Oct 3, 2022
1 parent 569abea commit 9dadce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@vercel/ncc",
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
"version": "0.34.0",
"version": "0.35.0",
"repository": "vercel/ncc",
"license": "MIT",
"main": "./dist/ncc/index.js",
Expand Down

2 comments on commit 9dadce1

@aruniverse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @styfle, I was hoping to pull this version in, specifically needed the change to disable import.meta evaluation, and noticed this hasn't been published to npm yet.

@styfle
Copy link
Member Author

@styfle styfle commented on 9dadce1 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do #1015

Please sign in to comment.