math-helper-functions
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "math-helper-functions", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Helper with misc. math functions such as sums, averages, max, min, etc", | ||
@@ -30,3 +30,4 @@ "main": "index.js", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"jest": "^26.6.1" | ||
"jest": "^26.6.1", | ||
"typescript": "^4.1.2" | ||
}, | ||
@@ -48,5 +49,7 @@ "dependencies": { | ||
"test": "jest", | ||
"prepublish": "yarn test", | ||
"prepublish": "yarn test && yarn run typings", | ||
"typings": "tsc", | ||
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" | ||
} | ||
}, | ||
"types": "./index.d.ts" | ||
} |
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
43132
9
897
5