Skip to content

Commit e84230e

Browse files
s1gr1dmydea
andauthored
docs(aws-serverless): Add comment about dist path import (#12383)
Adding a comment in `package.json` with `"//"` is safe, as npm reserved this for comments ([see here](https://groups.google.com/g/nodejs/c/NmL7jdeuw0M/m/yTqI05DRQrIJ)). --------- Co-authored-by: Francesco Novy <[email protected]>
1 parent 0a6c1e5 commit e84230e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-serverless/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
},
4949
"./dist/awslambda-auto": {
50+
"//": "@deprecated Use `./awslambda-auto` instead",
5051
"require": {
5152
"default": "./build/npm/cjs/awslambda-auto.js"
5253
}

0 commit comments

Comments
 (0)