Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Dec 23, 2014
1 parent 42ce53f commit 48b6142
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmpp-command-bot",
"version": "0.7.3",
"version": "0.8.0",
"description": "An XMPP chat bot for running local commands",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,16 +28,14 @@
},
"devDependencies": {
"coveralls": "^2.11.2",
"node-xmpp-server": "^1.0.0-alpha11",
"node-xmpp-server": "^1.0.0-alpha3",
"mocha": "^1.20.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-cli": "^1.9.0",
"grunt-mocha-istanbul": "^2.2.0",
"istanbul": "^0.3.5",
"mocha": "^1.20.1",
"node-xmpp-server": "^1.0.0-alpha3",
"proxyquire": "^1.0.1",
"should": "^4.0.4"
}
Expand Down

0 comments on commit 48b6142

Please sign in to comment.