Skip to content

Commit

Permalink
Merge pull request #52 from minalecs/feature/heroku-fix
Browse files Browse the repository at this point in the history
added engine to specify node version
  • Loading branch information
CharlieHess committed Oct 1, 2015
2 parents 1d80836 + 48bf35c commit 6442d9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "slack-poker-bot",
"version": "1.0.0",
"engines": {
"node": "0.12.7"
},
"repository": "https://github.com/CharlieHess/slack-poker-bot",
"scripts": {
"start": "node src/main.js",
Expand Down

0 comments on commit 6442d9f

Please sign in to comment.