Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "mqemitter", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "An Opinionated Message Queue with an emitter-style API", | ||
@@ -8,8 +8,5 @@ "main": "mqemitter.js", | ||
"lint": "standard", | ||
"test": "tape test.js | faucet" | ||
"test": "standard && tape test.js | faucet" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"pre-commit": "test", | ||
"website": "https://github.com/mcollina/mqemitter", | ||
@@ -38,3 +35,3 @@ "repository": { | ||
"pre-commit": "^1.0.7", | ||
"standard": "^5.0.0", | ||
"standard": "^6.0.0", | ||
"tape": "^4.0.0" | ||
@@ -44,4 +41,4 @@ }, | ||
"fastparallel": "^2.0.0", | ||
"qlobber": "~0.5.0" | ||
"qlobber": "~0.7.0" | ||
} | ||
} |
@@ -165,14 +165,2 @@ mqemitter [![Build Status](https://travis-ci.org/mcollina/mqemitter.png)](https://travis-ci.org/mcollina/mqemitter) | ||
Copyright (c) 2014-2015, Matteo Collina <hello@matteocollina.com> | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR | ||
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21100
166
+ Addedqlobber@0.7.0(transitive)
- Removedqlobber@0.5.3(transitive)
Updatedqlobber@~0.7.0