electron-info
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,7 @@ | ||
## [1.6.1](https://github.com/ffflorian/electron-info/compare/v1.6.0...v1.6.1) (2019-07-25) | ||
### Bug Fixes | ||
- Export options ([686206e](https://github.com/ffflorian/electron-info/commit/686206e)) | ||
# [1.6.0](https://github.com/ffflorian/electron-info/compare/v1.5.0...v1.6.0) (2019-07-25) | ||
@@ -2,0 +8,0 @@ |
@@ -22,3 +22,3 @@ export interface RawDeps { | ||
} | ||
interface Options { | ||
export interface Options { | ||
/** Default is `true`. */ | ||
@@ -52,2 +52,1 @@ electronPrereleases?: boolean; | ||
} | ||
export {}; |
@@ -79,3 +79,3 @@ { | ||
}, | ||
"version": "1.6.0" | ||
"version": "1.6.1" | ||
} |
@@ -5,5 +5,13 @@ # electron-info [![Build Status](https://action-badges.now.sh/ffflorian/electron-info)](https://github.com/ffflorian/electron-info/actions/) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ffflorian/electron-info)](https://dependabot.com) | ||
## Usage | ||
## Installation | ||
``` | ||
yarn global add electron-info | ||
# or | ||
npm i -g electron-info | ||
``` | ||
## CLI Usage | ||
``` | ||
Usage: electron-info [options] [command] | ||
@@ -102,1 +110,6 @@ | ||
``` | ||
## TypeScript Usage | ||
- [see definitions](https://unpkg.com/electron-info@latest/dist/ElectronInfo.d.ts) | ||
- [see CLI](./src/cli.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
32687
114
304