Skip to content

Commit

Permalink
Merge pull request #11 from Eyas/all-layers
Browse files Browse the repository at this point in the history
Emit "All Layers" by default in CLI and default package
  • Loading branch information
Eyas authored Jan 29, 2019
2 parents 0ccd6aa + 4df043c commit 131fdd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-dts",
"version": "0.2.0",
"version": "0.3.0",
"displayName": "schema-dts: latest Schema.org TypeScript Declarations",
"description": "A TypeScript package with latest Schema.Org Schema Typings",
"authors": [
Expand Down Expand Up @@ -36,4 +36,4 @@
"bugs": "https://github.com/google/schema-dts/issues",
"repository": "github:google/schema-dts",
"license": "Apache-2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-dts-gen",
"version": "0.2.0",
"version": "0.3.0",
"displayName": "schema-dts Generator",
"description": "Generate TypeScript Definitions for Schema.org Schema",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function ParseFlags(): Options|undefined {
dest: 'schema'
});
parser.addArgument('--layer', {
defaultValue: 'schema',
defaultValue: 'all-layers',
help: 'Which layer of the schema to load? E.g. schema or all-layers.',
metavar: 'name_of_file',
dest: 'layer'
Expand Down

0 comments on commit 131fdd8

Please sign in to comment.