Skip to content

Commit c1ddbc0

Browse files
committed
fix package script
1 parent 96e7d22 commit c1ddbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/createLambdaPackage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const filePath = `${getPath("package.json").dirname}/package.json`;
2222
const writeFilePath = `${getPath("package.json").dirname}/package.lambda.json`;
2323
const packageJson = JSON.parse((await readFile(filePath)).toString());
2424
const basePackageJson = {
25-
name: "",
26-
version: "",
25+
name: "infra-core-api",
26+
version: "1.0.0",
2727
description: "",
2828
main: "index.js",
2929
author: "ACM@UIUC",

0 commit comments

Comments
 (0)