Skip to content

Commit

Permalink
Merge pull request #62 from k-tomoyasu/version_up_0.6.0
Browse files Browse the repository at this point in the history
versioon up to 0.6.0
  • Loading branch information
k-tomoyasu authored Apr 16, 2022
2 parents 088533f + 5f2fc06 commit 37ecce2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ and output stdout `withLibraries("package_name_A", "package_name_B" ...)` that p
Usage: react-native-oss-license [options]

Options:
-f, --format <format> require output format. options:[settings-bundle,license-tools-plugin,about-libraries]
-f, --format <format> output format. options:[settings-bundle,license-tools-plugin,about-libraries]
--dev include devDependencies (default: false)
--depth <depth> dependencies depth (default: null)
--output-path <outputPath> specify path where output file (default: "default path")
--output-path <outputPath> specify path where output file
--json output json to stdout (default: false)
--add-version-number write library version number (default: false)
--only-direct-dependency output only dependencies you write packages.json. (default: false)
--skip-not-required skip licenses those not require copyright notice (default: false)
--bundle-id <bundleId> unique id of your app. It is used for output such as "plist" filename, etc. (default: null)
--uses-plugin whether AboutLibraries android plugin is used on native side as well (default: false)
--version show current version
-h, --help output usage information

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-oss-license",
"version": "0.5.1",
"version": "0.6.0",
"description": "License list generator for react-native app",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/LicenseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class LicenseCommand {
'whether AboutLibraries android plugin is used on native side as well',
false
)
.version('0.5.1', '--version', 'show current version')
.version('0.6.0', '--version', 'show current version')
}

parse(args: string[]): CmdOption {
Expand Down

0 comments on commit 37ecce2

Please sign in to comment.