Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Fixing heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Kirschner committed Apr 29, 2016
1 parent 25144a4 commit cc17331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"required": true
}
},
"addons": []
"addons": [
"heroku-redis:hobby-dev"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"slug": "^0.9.1",
"source-map-support": "^0.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
"vinyl-source-stream": "^1.1.0",
"browser-sync": "^2.10.1"
},
"devDependencies": {
"browser-sync": "^2.10.1",
"chai-http": "^2.0.1",
"intern": "^3.0.6",
"nock": "^8.0.0",
Expand Down

0 comments on commit cc17331

Please sign in to comment.