Skip to content

Commit 432d45f

Browse files
authored
build: change local dev package version back to 0.0.0 to support e2e tests in build workflow (#146)
1 parent 22be6b7 commit 432d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "serverless-aws-static-file-handler",
33
"description": "Easily serve static files with the Serverless Framework on AWS Lambda.",
44
"homepage": "https://github.com/activescott/serverless-aws-static-file-handler#readme",
5-
"version": "0.0.1",
5+
"version": "0.0.0",
66
"main": "src/StaticFileHandler.js",
77
"author": {
88
"name": "Scott Willeke",

0 commit comments

Comments
 (0)