Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ustice committed Sep 6, 2017
1 parent 2595d5d commit abd52ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-api",
"version": "0.1.11",
"version": "0.1.13",
"description": "A javascript API wrapper for Slack.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"homepage": "https://github.com/ustice/slack-api",
"dependencies": {
"bluebird": "^3.5.0",
"bluebird": "^2.9.3",
"error-factory": "^0.1.4",
"lodash": "^4.17.4",
"superagent": "^3.5.2"
"lodash": "^2.4.1",
"superagent": "^0.21.0"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.5.0",
"should": "~11.2.1"
"chai": "^1.10.0",
"mocha": "^2.1.0",
"should": "~7.0.2"
}
}

1 comment on commit abd52ec

@metaodi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this commit you bumped the version, but basically reverted my changes from #17

Please sign in to comment.