Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Mar 24, 2016
1 parent e6e3f69 commit 5439df6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node src/server.js
web: node index.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/typicode/jsonplaceholder.git"
},
"scripts": {
"start": "node src/server",
"test": "node test"
"start": "node index",
"test": "node test/app"
},
"dependencies": {
"clone": "^1.0.2",
Expand Down
6 changes: 0 additions & 6 deletions src/server.js

This file was deleted.

26 changes: 0 additions & 26 deletions test/index.js

This file was deleted.

0 comments on commit 5439df6

Please sign in to comment.