@phensley/decimal
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "@phensley/decimal", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -24,3 +24,4 @@ "main": "lib/index.js", | ||
"build:watch": "tsc -p ./tsconfig.build.json -w --preserveWatchOutput", | ||
"clean": "rimraf ./lib ./.scratch", | ||
"clean": "rimraf ./lib ./lib-es ./.scratch", | ||
"clean:full": "yarn clean && rimraf ./node_modules", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
@@ -61,3 +62,3 @@ "lint": "tslint -p ./tsconfig.json", | ||
}, | ||
"gitHead": "5fa45ee94e5b937f4c4d4cd6c3310fb90e19a28f" | ||
"gitHead": "eb11fdcb68b4fba157d90d41c85052748e121550" | ||
} |
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
222840