From ae5fa35b4115d009ee7a70d042be846cc81f72b4 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 13 Mar 2019 01:24:55 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b8d79c..5f23756 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Simply Deferred +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsudhirj%2Fsimply-deferred.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsudhirj%2Fsimply-deferred?ref=badge_shield) + ### jQuery-like Deferred API for Node and the browser @@ -59,3 +61,7 @@ Simply Deffered also acts as a plugin to [Zepto](http://zeptojs.com/). The absen * Wraps `$.ajax` to return a `promise`, which has only the following methods: `state()`, `done()`, `fail()` and `always()`. The arguments passed to the `done` and `fail` callbacks are the same ones passed to the `success` and `error` options. + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsudhirj%2Fsimply-deferred.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsudhirj%2Fsimply-deferred?ref=badge_large) \ No newline at end of file