We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c687a5 commit 9f348f0Copy full SHA for 9f348f0
test/lambda/mongodb/package.json
@@ -3,7 +3,8 @@
3
"version": "1.0.0",
4
"description": "MongoDB Lambda Function Example",
5
"main": "app.mjs",
6
- "license": "MIT",
+ "private": true,
7
+ "license": "Apache",
8
"dependencies": {
9
"mongodb": "mongodb/node-mongodb-native"
10
}
0 commit comments