Comparing version 1.1.0 to 1.2.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="minimist" /> | ||
import { Opts } from 'minimist'; | ||
@@ -9,1 +8,2 @@ export default function (argv: string[], options?: Opts): { | ||
}; | ||
export { Opts }; |
{ | ||
"name": "minimost", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Like minimist but flags are converted to camelCase", | ||
@@ -29,14 +29,14 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^22.2.3", | ||
"@types/minimist": "^1.2.0", | ||
"bili": "^3.0.15", | ||
"@types/jest": "^23.3.9", | ||
"bili": "^3.3.0", | ||
"eslint-config-rem": "^3.0.0", | ||
"jest": "^22.4.3", | ||
"rollup-plugin-typescript2": "^0.13.0", | ||
"ts-jest": "^22.4.2", | ||
"typescript": "^2.8.1" | ||
"jest": "^23.6.0", | ||
"rollup-plugin-typescript2": "^0.17.2", | ||
"ts-jest": "^23.10.4", | ||
"typescript": "^3.1.6" | ||
}, | ||
"dependencies": { | ||
"@types/minimist": "^1.2.0", | ||
"minimist": "^1.2.0" | ||
} | ||
} |
@@ -52,2 +52,2 @@ # minimost | ||
> [egoist.moe](https://egoist.moe) · GitHub [@egoist](https://github.com/egoist) · Twitter [@_egoistlily](https://twitter.com/_egoistlily) | ||
> [egoist.sh](https://egoist.sh) · GitHub [@egoist](https://github.com/egoist) · Twitter [@_egoistlily](https://twitter.com/_egoistlily) |
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
7
4889
2
+ Added@types/minimist@^1.2.0
+ Added@types/minimist@1.2.5(transitive)