faked-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "faked-promise", | ||
"version": "1.0.0", | ||
"description": "Create a fake promise that can be resolve and rejected programatically", | ||
"version": "1.0.1", | ||
"description": "Create a fake promise that can be resolved and rejected programatically", | ||
"main": "index.js", | ||
@@ -22,3 +22,16 @@ "author": { | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"fake", | ||
"faked", | ||
"promised", | ||
"generate", | ||
"create", | ||
"on", | ||
"flow", | ||
"custom", | ||
"control", | ||
"resolvable", | ||
"rejectable", | ||
"demand" | ||
], | ||
"license": "MIT", | ||
@@ -25,0 +38,0 @@ "devDependencies": { |
# faked-promise [![Build Status](https://img.shields.io/circleci/project/posva/faked-promise/master.svg)](https://circleci.com/gh/posva/faked-promise) [![npm package](https://img.shields.io/npm/v/faked-promise.svg)](https://www.npmjs.com/package/faked-promise) [![coverage](https://img.shields.io/codecov/c/github/posva/faked-promise.svg)](https://codecov.io/github/posva/faked-promise) [![donate](https://img.shields.io/badge/donate-%E2%99%A5-ff69b4.svg)](https://github.com/posva/donate) | ||
> Create a fake promise that can be resolve and rejected programatically | ||
> Create a fake promise that can be resolved and rejected programatically | ||
@@ -5,0 +5,0 @@ ## Installation |
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
3741