Skip to content

Commit a607da7

Browse files
committed
chore(generator): fix cli dep
1 parent 36d70c6 commit a607da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"jest": "^21.2.1",
42-
"json-schema-documentation-cli": "^1.2.0",
42+
"json-schema-documentation-cli": "1.*.*",
4343
"json-schema-documentation-sample-generator": "1.*.*",
4444
"json-schema-documentation-theme-default": "1.*.*",
4545
"path-exists": "^3.0.0"

0 commit comments

Comments
 (0)