Skip to content

Commit cef4dd6

Browse files
committed
Move package.json back
1 parent 11ab354 commit cef4dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/package.json renamed to package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A simple API built in Node and Express hosted on Heroku",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node index.js"
7+
"start": "node dist/index.js"
88
},
99
"dependencies": {
1010
"express": "4.13.3"

0 commit comments

Comments
 (0)