Skip to content

Commit 2192215

Browse files
committed
update main
1 parent ca2d336 commit 2192215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/scaffoldly/awslambda-bootstrap",
66
"author": "scaffold.ly",
77
"license": "MIT",
8-
"main": "dist/main.js",
8+
"main": "lib/src/index.js",
99
"files": [
1010
"lib/**/*",
1111
"dist/**/*",
@@ -48,4 +48,4 @@
4848
"webpack": "^5.91.0",
4949
"webpack-cli": "^5.1.4"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)