Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "domo-kun", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"engines": { | ||
@@ -17,3 +17,5 @@ "node": "0.9.3" | ||
"coffee-script": "~1.7.1", | ||
"pkginfo": "~0.3.0" | ||
"pkginfo": "~0.3.0", | ||
"bluebird": "~2.2.2", | ||
"routes": "~1.1.0" | ||
}, | ||
@@ -20,0 +22,0 @@ "readmeFilename": "README.md", |
# Domo | ||
IRC-bot that lets you easily write your own tasks for your own needs. | ||
[![NPM version][npm-image]][npm-url] | ||
[![Downloads][downloads-image]][npm-url] | ||
[![Issue tracking][issues-image]][issues-url] | ||
### IRC-bot that lets you easily write your own tasks for your own needs. | ||
[Documentation](http://rikukissa.github.io/domo/) | ||
@@ -16,3 +20,3 @@ | ||
``` | ||
``` | ||
```javascript | ||
var Domo, domo; | ||
@@ -68,1 +72,8 @@ Domo = require('domo-kun'); | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[downloads-image]: http://img.shields.io/npm/dm/domo-kun.svg | ||
[npm-url]: https://npmjs.org/package/domo-kun | ||
[npm-image]: http://img.shields.io/npm/v/domo-kun.svg | ||
[issues-url]: https://github.com/rikukissa/domo/issues | ||
[issues-image]: http://img.shields.io/github/issues/rikukissa/domo.svg |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
78
1
23223
9
14
+ Addedbluebird@~2.2.2
+ Addedroutes@~1.1.0
+ Addedbluebird@2.2.2(transitive)
+ Addedroutes@1.1.0(transitive)