Skip to content

Commit

Permalink
Fix package config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Vinícius Rubido Sauda committed May 19, 2019
1 parent 51662b7 commit 2d78715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tplant",
"version": "2.1.7",
"version": "2.1.8",
"description": "Typescript to PlantUML",
"keywords": [
"Class Diagram",
Expand All @@ -21,6 +21,9 @@
"contributors": [
"Marcos V. Rubido <[email protected]> (https://marcosvrs.com/)"
],
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { convertToPlant } from './convertToPlant';
import { generateDocumentation } from './generateDocumentation';

commander
.version('2.1.7')
.version('2.1.8')
.usage('[options]')
.option('-i, --input <path>', 'Define the path of the Typescript file')
.option('-o, --output <path>', 'Define the path of the output file. If not defined, it\'ll output on the STDOUT')
Expand Down

0 comments on commit 2d78715

Please sign in to comment.