Skip to content

Commit d72d37f

Browse files
committed
Configured heroku
1 parent b024303 commit d72d37f

File tree

3 files changed

+6
-143
lines changed

3 files changed

+6
-143
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node index.js

package-lock.json

-138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "nodemon index.js",
8-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start": "node index.js"
98
},
109
"repository": {
1110
"type": "git",
1211
"url": "git+https://github.com/ssahibsingh/yt-playlist-length.git"
1312
},
14-
"author": "",
13+
"author": "Sahib Singh",
1514
"license": "ISC",
1615
"bugs": {
1716
"url": "https://github.com/ssahibsingh/yt-playlist-length/issues"
@@ -23,8 +22,9 @@
2322
"ejs": "^3.1.6",
2423
"express": "^4.17.3",
2524
"googleapis": "^98.0.0",
26-
"node-fetch": "^3.2.3",
27-
"timelite": "^1.0.0",
2825
"youtube-duration-format": "^0.2.0"
26+
},
27+
"engines": {
28+
"node": "16.13.2"
2929
}
3030
}

0 commit comments

Comments
 (0)