diff --git a/README.md b/README.md index abab4f3..b2c5119 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,13 @@ Currently the application should work fine with: - [ ] Run a parameterized query using a CSV for multiple inputs? - # Command Topics -- [`sqlq connection`](docs/connection.md) - Create a connection to a database -- [`sqlq help`](docs/help.md) - Display help for sqlq. -- [`sqlq history`](docs/history.md) - Delete a history entry -- [`sqlq query`](docs/query.md) - Query data from a database by file -- [`sqlq tool`](docs/tool.md) - Create a tool -- [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history. +* [`sqlq connection`](docs/connection.md) - Create a connection to a database +* [`sqlq help`](docs/help.md) - Display help for sqlq. +* [`sqlq history`](docs/history.md) - Delete a history entry +* [`sqlq query`](docs/query.md) - Query data from a database by file +* [`sqlq tool`](docs/tool.md) - Create a tool +* [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history. diff --git a/package.json b/package.json index 786539e..61c2592 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,8 @@ "files": [ "/bin", "/dist", - "/oclif.manifest.json" + "/oclif.manifest.json", + "/prisma" ], "homepage": "https://github.com/nabeelvalley/sqlq", "license": "MIT", @@ -72,7 +73,7 @@ "topics": {} }, "repository": "nabeelvalley/sqlq", - "version": "0.0.0", + "version": "0.0.1", "bugs": "https://github.com/nabeelvalley/sqlq/issues", "keywords": [ "oclif"