cb2promise
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,10 @@ | ||
<a name="1.0.6"></a> | ||
## 1.0.6 (2017-04-27) | ||
* Remove promise dependency ([f413ae3](https://github.com/kikobeats/cb2promise/commit/f413ae3)) | ||
* Remove unnecessary devDependency ([266620b](https://github.com/kikobeats/cb2promise/commit/266620b)) | ||
* Update ([56610b8](https://github.com/kikobeats/cb2promise/commit/56610b8)) | ||
<a name="1.0.5"></a> | ||
@@ -2,0 +11,0 @@ ## 1.0.5 (2017-03-02) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/cb2promise", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "index.js", | ||
@@ -29,7 +29,5 @@ "author": { | ||
"dependencies": { | ||
"pinkie-promise": "~2.0.1", | ||
"sliced": "~1.0.1" | ||
}, | ||
"devDependencies": { | ||
"browserify": "latest", | ||
"coffee-script": "latest", | ||
@@ -36,0 +34,0 @@ "mocha": "latest", |
@@ -17,14 +17,2 @@ # cb2promise | ||
If you want to use in the browser (powered by [Browserify](http://browserify.org/)): | ||
```bash | ||
bower install cb2promise --save | ||
``` | ||
and later link in your HTML: | ||
```html | ||
<script src="bower_components/cb2promise/dist/cb2promise.js"></script> | ||
``` | ||
## Usage | ||
@@ -31,0 +19,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
5713
1
4
36
- Removedpinkie-promise@~2.0.1
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)