sinon-as-promised
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "sinon-as-promised", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Sugar methods for using sinon.js stubs with promises", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"sinon": "1", | ||
"standard": "^7.1.2", | ||
"standard": "^8.0.0", | ||
"tape": "^4.0.0" | ||
@@ -34,0 +34,0 @@ }, |
@@ -6,2 +6,4 @@ sinon-as-promised [![Build Status](https://travis-ci.org/bendrucker/sinon-as-promised.svg?branch=master)](https://travis-ci.org/bendrucker/sinon-as-promised) | ||
*Sinon 2 added `resolves` and `rejects` methods and no longer requires this library.* | ||
## Installing | ||
@@ -8,0 +10,0 @@ ```sh |
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
5425
93