Skip to content

Commit 70c097a

Browse files
committed
update README
1 parent 8478c91 commit 70c097a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ $ saddlebackOpenapi --help
2525
-e, --environment <value> Environment dev | stage | stage2
2626
-s, --service <value> Service 'workflows' | 'event' | 'notifications' | 'core'
2727
-h, --help display help for command
28+
-m, --filterMethod Filter method include(default) | exclude')
29+
-f, --filterArray Filter array
2830
2931
Examples
3032
$ saddlebackOpenApi --input ./spec.json --output ./generated

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
6767
"commander": "^9.3.0",
6868
"fs-extra": "^10.1.0",
6969
"handlebars": "^4.7.7",
70-
"json-schema-ref-parser": "^9.0.9"
70+
"json-schema-ref-parser": "^9.0.9",
71+
"@rollup/plugin-commonjs": "22.0.0",
72+
"@rollup/plugin-node-resolve": "13.3.0",
73+
"@rollup/plugin-typescript": "8.3.2"
7174
},
7275
"devDependencies": {
7376
"@angular-devkit/build-angular": "13.3.7",
@@ -85,9 +88,6 @@
8588
"@babel/core": "7.18.2",
8689
"@babel/preset-env": "7.18.2",
8790
"@babel/preset-typescript": "7.17.12",
88-
"@rollup/plugin-commonjs": "22.0.0",
89-
"@rollup/plugin-node-resolve": "13.3.0",
90-
"@rollup/plugin-typescript": "8.3.2",
9191
"@types/cross-spawn": "6.0.2",
9292
"@types/express": "4.17.13",
9393
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)