bigjs-adapter
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "bigjs-adapter", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "big.js adapter for linear-arbitrary-precision", | ||
@@ -14,3 +14,4 @@ "main": "src/bigjs-adapter.js", | ||
"keywords": [ | ||
"linear-arbitrary-precision-adapter" | ||
"linear-arbitrary-precision-adapter", | ||
"arbitrary-precision-adapter" | ||
], | ||
@@ -17,0 +18,0 @@ "author": "Javier Cejudo <javier@javiercejudo.com> (http://www.javiercejudo.com)", |
@@ -12,3 +12,3 @@ /*jshint node:true, mocha:true */ | ||
describe('linear arbitrary precision with big.js', function() { | ||
describe('arbitrary precision with big.js', function() { | ||
@@ -15,0 +15,0 @@ describe('precision', function() { |
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
7872