Skip to content

Commit 2489943

Browse files
author
Harshal Jadhav
committed
added node as engine in packagejson for heroku buildpacks
1 parent 6870651 commit 2489943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6+
"engines": {
7+
"node": "14.15"
8+
},
69
"dependencies": {
710
"dotenv": "^8.2.0",
811
"express": "^4.17.1",

0 commit comments

Comments
 (0)