Skip to content

Commit a53c95a

Browse files
committed
Updated package.json
1 parent b58f76a commit a53c95a

File tree

1 file changed

+2
-1
lines changed
  • 04-path-security-and-networking/401-configmaps-and-secrets/images/sec_mgr_app

1 file changed

+2
-1
lines changed

04-path-security-and-networking/401-configmaps-and-secrets/images/sec_mgr_app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "docker_web_app",
33
"version": "1.0.0",
44
"description": "Node.js on Docker",
5-
"author": "First Last <[email protected]>",
5+
"author": "Paavan Mistry",
66
"main": "server.js",
77
"scripts": {
88
"start": "node server.js"
99
},
1010
"dependencies": {
1111
"aws-sdk": "latest",
12+
"dotenv": "^6.0.0",
1213
"npm": "^6.1.0"
1314
}
1415
}

0 commit comments

Comments
 (0)