Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 30, 2015
1 parent 6d1ab1a commit e68a5c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.2.2 / 2015-01-30
==================

* fixed ability to `require('slackin')`

0.2.1 / 2015-01-30
==================

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slackin",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"dependencies": {
"body-parser": "1.10.2",
Expand All @@ -20,6 +20,7 @@
"mocha": "2.1.0",
"supertest": "0.15.0"
},
"main": "./node/index",
"bin": {
"slackin": "./bin/slackin"
}
Expand Down

0 comments on commit e68a5c2

Please sign in to comment.