Skip to content

Commit

Permalink
Bumped version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Jul 3, 2017
1 parent ffaab03 commit 831f543
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ npm install -g dts-bundle-generator

```
usage: dts-bundle-generator [-h] [-o OUTFILE] [-v] [--no-check] [--output-source-file]
[--fail-on-class]
[--fail-on-class] [--external-includes EXTERNALINCLUDES]
[--config CONFIG]
file
Positional arguments:
Expand All @@ -63,6 +64,10 @@ Optional arguments:
--no-check Skip validation of generated d.ts file
--output-source-file Add comment with file path the definitions came from
--fail-on-class Fail if generated dts contains class declaration
--external-includes EXTERNALINCLUDES
Comma-separated packages from node_modules to include
typings from it
--config CONFIG File path to generator config file
```

Example:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dts-bundle-generator",
"version": "0.1.3",
"version": "0.2.0",
"description": "DTS Bundle Generator",
"main": "dist/bundle-generator.js",
"bin": {
Expand Down

0 comments on commit 831f543

Please sign in to comment.