Skip to content

Commit 444f846

Browse files
committed
rename the bin
1 parent 584627c commit 444f846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts/**/*"
1313
],
1414
"bin": {
15-
"bootstrap": "dist/bootstrap.js",
15+
"awslambda-bootstrap": "dist/bootstrap.js",
1616
"lambda-env": "scripts/lambda-env.cjs"
1717
},
1818
"scripts": {
@@ -50,4 +50,4 @@
5050
"webpack": "^5.91.0",
5151
"webpack-cli": "^5.1.4"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)