There was an error while loading. Please reload this page.
1 parent ca8f6de commit bb94432Copy full SHA for bb94432
packages/cli/package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "json-schema-documentation-cli",
3
"version": "0.5.1",
4
- "description": "Generate documentation for JSON schemas through a command line interface",
5
- "main": "cli.js",
+ "description":
+ "Generate documentation for JSON schemas through a command line interface",
6
+ "main": "src/cli.js",
7
"scripts": {
8
"start": "node cli.js",
9
"test": "jest",
0 commit comments