Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Jun 28, 2017
1 parent 7e79609 commit c957dcc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hubot-maps",
"description": "A Hubot script for searching maps and directions",
"version": "0.0.2",
"version": "0.0.3",
"author": "gkoo",
"license": "MIT",
"keywords": [
Expand All @@ -11,22 +11,18 @@
"maps",
"directions"
],

"repository": {
"type": "git",
"url": "git://github.com/gkoo/hubot-maps.git"
},
"bugs": {
"url": "https://github.com/gkoo/hubot-maps/issues"
},

"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

"dependencies": {},

"peerDependencies": {
"hubot": ">=2 <10 || 0.0.0-development"
}
Expand Down

0 comments on commit c957dcc

Please sign in to comment.