Skip to content

Commit

Permalink
Merge pull request rknLA#9 from rknLA/nodeVersion
Browse files Browse the repository at this point in the history
Specify node version in redme and package
  • Loading branch information
R. Kevin Nelson committed May 28, 2014
2 parents aa1db6a + d1fa277 commit 82e5833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ It's designed so that it can be easily configured to work with your own IRC chan
Setup
-----

* Make sure you're running node 0.10.26. Other versions might work, but are untested.
* Fork the repo and run `npm install`
* Create a new Incoming Web Hook on Slack (https://your.slack.com/services/new/incoming-webhook)
* Create a new Outgoing Web Hook on Slack and grab the token from it.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"irc": "~0.3.6",
"underscore": "~1.6.0",
"hapi": "^3.1.0"
},
"engines": {
"node": "0.10.26"
}
}

0 comments on commit 82e5833

Please sign in to comment.