Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "minimisted", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Handy wrapper of `minimist`", | ||
"main": "index.js", | ||
"dependencies": { | ||
"minimist": "^1.2.0" | ||
"minimist": "^1.2.5" | ||
}, | ||
"devDependencies": { | ||
"codecov": "^2.0.1", | ||
"nyc": "^11.0.1", | ||
@@ -17,4 +16,3 @@ "standard": "^10.0.0" | ||
"test": "node test.js", | ||
"lcov": "nyc --reporter=lcov npm test", | ||
"codecov": "npm run lcov && codecov" | ||
"cov": "nyc --reporter=lcov npm test" | ||
}, | ||
@@ -21,0 +19,0 @@ "repository": { |
@@ -1,4 +0,4 @@ | ||
# minimisted v2.0.0 | ||
# minimisted v2.0.1 | ||
[![Circle CI](https://circleci.com/gh/kt3k/minimisted.svg?style=svg)](https://circleci.com/gh/kt3k/minimisted) | ||
![CI](https://github.com/kt3k/minimisted/workflows/CI/badge.svg) | ||
[![codecov](https://codecov.io/gh/kt3k/minimisted/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/minimisted) | ||
@@ -5,0 +5,0 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) |
Sorry, the diff of this file is not supported yet
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
2
3493
7
Updatedminimist@^1.2.5