Comparing version 1.0.0 to 1.0.1
/*! caf.js | ||
v1.0.0 (c) 2018 Kyle Simpson | ||
v1.0.1 (c) 2018 Kyle Simpson | ||
MIT License: http://getify.mit-license.org | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "async-caf", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Wrapper for generators as cancelable async functions", | ||
@@ -5,0 +5,0 @@ "main": "./dist/caf.js", |
@@ -125,2 +125,16 @@ # Cancelable Async Functions (CAF) | ||
## npm Package | ||
Because of a naming conflict, this utility's `npm` package name is `async-caf`, not `caf`. So, to install it: | ||
``` | ||
npm install async-caf | ||
``` | ||
And to require it in a node script: | ||
```js | ||
var CAF = require("async-caf"); | ||
``` | ||
## Builds | ||
@@ -127,0 +141,0 @@ |
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
27752
221