Skip to content

Commit bc1b4d6

Browse files
committed
added heroku
1 parent 84d3134 commit bc1b4d6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
worker: npm start

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"start": "node ."
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/Araly/havoc"
813
},
914
"author": "",
1015
"license": "ISC",
1116
"dependencies": {
1217
"discord.js": "^11.3.0"
18+
},
19+
"engines": {
20+
"node": "9.8.0",
21+
"npm": "5.8.0"
1322
}
1423
}

0 commit comments

Comments
 (0)