Skip to content

Commit

Permalink
Fix Procfile and main
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Dec 7, 2015
1 parent 386d91f commit e535e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: babel-node index.js
web: npm run start
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "travis-matrix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "server/index.js",
"engines": {
"node": "4.2.x",
"npm": "3.4.x"
Expand Down

0 comments on commit e535e30

Please sign in to comment.