Skip to content

Commit

Permalink
Use lodash and cleanup peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Nov 3, 2015
1 parent 1147924 commit f2611e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@
"bugs": {
"url": "https://github.com/cycomachead/hubot-group-alias/issues"
},
"peerDependencies": {
"hubot": "2.x.x",
"hubot-auth": "latest"
},
"dependencies": {
"coffee-script": "~1.6",
"underscore": "^1.8.2"
"lodash": "latest"
},
"main": "index.coffee"
}
2 changes: 1 addition & 1 deletion src/alias.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Author:
# Michael Ball @cycomachead

_ = require 'underscore'
_ = require('lodash')

config = process.env.HUBOT_GROUP_ALIAS
user_prop = process.env.HUBOT_GROUP_ALIAS_NAME_PROP || ''
Expand Down

0 comments on commit f2611e4

Please sign in to comment.