Skip to content

Commit

Permalink
try to fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jgtvares committed May 30, 2022
1 parent db68d54 commit 1fbb292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ exports.build = async ({ files, entrypoint, config }) => {

return {
[entrypoint]: lambda,
output: JSON.stringify(config),
output: config,
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jgtvares/py-vercel",
"version": "2.1.0",
"version": "2.2.0",
"description": "Linux package installer on Vercel",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 1fbb292

Please sign in to comment.