simple-statistics
Advanced tools
Comparing version 0.9.1 to 0.9.2
# CHANGELOG | ||
## 0.9.2 | ||
* Improved test coverage | ||
* Switched linting from JSHint to [eslint](http://eslint.org/) and fixed | ||
style issues this uncovered. | ||
## 0.9.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "simple-statistics", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Simple Statistics", | ||
@@ -12,10 +12,10 @@ "author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)", | ||
"devDependencies": { | ||
"jshint": "2.5.3", | ||
"coveralls": "~2.11.1", | ||
"eslint": "^0.21.2", | ||
"istanbul": "~0.3.0", | ||
"tape": "~2.14.0", | ||
"random-js": "~1.0.4" | ||
"random-js": "~1.0.4", | ||
"tape": "~2.14.0" | ||
}, | ||
"scripts": { | ||
"test": "tape test/*.js", | ||
"test": "eslint --no-eslintrc -c .eslintrc src/simple_statistics.js && tape test/*.js", | ||
"cov": "istanbul cover ./node_modules/.bin/tape test/*.js && coveralls < ./coverage/lcov.info", | ||
@@ -22,0 +22,0 @@ "api": "node api.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
99743
17
1413