Skip to content

Commit

Permalink
slack-client is a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhammond committed Dec 8, 2014
1 parent 6e425ad commit f2a62bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"should": "~2.0.2",
"mocha": "~1.13.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0",
"slack-client": "~1.1.0"
"grunt-shell": "~0.5.0"
},
"main": "./src/slack",
"engines": {
Expand All @@ -66,5 +65,7 @@
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec"
},
"dependencies": {}
"dependencies": {
"slack-client": "~1.1.0"
}
}

0 comments on commit f2a62bf

Please sign in to comment.