Skip to content

Commit

Permalink
add circleCI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubNer committed May 7, 2019
1 parent 7076d1c commit b397698
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# ledgers.js

[![npm version](https://badge.fury.io/js/ledgers.js.svg)](https://badge.fury.io/js/ledgers.js)
[![CircleCI](https://circleci.com/gh/overhide/ledgers.js.svg?style=svg)](https://circleci.com/gh/overhide/ledgers.js)

[This repository](https://github.com/overhide/ledgers.js) is the [distribution](https://www.npmjs.com/package/ledgers.js) of the *ledgers.js* library ([source](https://github.com/overhide/ledgers.js/blob/master/src/ledgers.js))([API](https://overhide.github.io/ledgers.js/ledgers.js-rendered-docs/index.html)) in support of [ledger-based authorization](https://github.com/overhide/ledgers.js/blob/master/why/why.md).

Expand Down
2 changes: 1 addition & 1 deletion dist/ledgers.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "ledgers.js",
"version": "2.0.0",
"description": "JavaScript library for ledger-based authorizations :: abstracting different ledgers to be used in an application's authentication and authorization workflows.",
"engines": {
"node": "10.13.0"
},
"main": "dist/ledgers.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit b397698

Please sign in to comment.