Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Prepared to release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Jun 18, 2015
1 parent 7ffb4a2 commit 741992a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hubot-forecast",
"description": "A hubot script to alert for inclement weather",
"version": "0.2.0",
"version": "0.3.0",
"author": "Jeff Byrnes <thejeffbyrnes@gmail.com>",
"contributors": [
{
Expand All @@ -14,25 +14,20 @@
}
],
"license": "MIT",

"keywords": [
"hubot",
"hubot-scripts"
],

"repository": {
"type": "git",
"url": "git://github.com/jeffbyrnes/hubot-forecast.git"
},

"bugs": {
"url": "https://github.com/jeffbyrnes/hubot-forecast/issues"
},

"dependencies": {
"coffee-script": "~1.6"
},

"devDependencies": {
"mocha": "*",
"chai": "*",
Expand All @@ -44,9 +39,7 @@
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},

"main": "index.coffee",

"scripts": {
"test": "grunt test"
}
Expand Down

0 comments on commit 741992a

Please sign in to comment.