Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
asmarques committed Nov 1, 2015
1 parent ccc998a commit be9b8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# chai-bignumber
[![Build Status](https://travis-ci.org/asmarques/chai-bignumber.svg)](https://travis-ci.org/asmarques/chai-bignumber)

Chai assertions for comparing numbers using the [bignumber.js](https://github.com/MikeMcl/bignumber.js) library.
Chai assertions for comparing arbitrary-precision decimals using the [bignumber.js](https://github.com/MikeMcl/bignumber.js) library.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chai-bignumber",
"version": "0.9.0",
"description": "Chai assertions for the bignumber.js library",
"description": "Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library",
"main": "chai-bignumber.js",
"scripts": {
"test": "./node_modules/.bin/jshint ./*.js && ./node_modules/.bin/mocha ./test/*.js"
Expand Down

0 comments on commit be9b8cb

Please sign in to comment.