Skip to content

Commit b06854a

Browse files
committed
🔧 try to include prisma files
1 parent cc3e7d1 commit b06854a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,13 @@ Currently the application should work fine with:
4646
- [ ] Run a parameterized query using a CSV for multiple inputs?
4747

4848
<!-- commands -->
49-
5049
# Command Topics
5150

52-
- [`sqlq connection`](docs/connection.md) - Create a connection to a database
53-
- [`sqlq help`](docs/help.md) - Display help for sqlq.
54-
- [`sqlq history`](docs/history.md) - Delete a history entry
55-
- [`sqlq query`](docs/query.md) - Query data from a database by file
56-
- [`sqlq tool`](docs/tool.md) - Create a tool
57-
- [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history.
51+
* [`sqlq connection`](docs/connection.md) - Create a connection to a database
52+
* [`sqlq help`](docs/help.md) - Display help for sqlq.
53+
* [`sqlq history`](docs/history.md) - Delete a history entry
54+
* [`sqlq query`](docs/query.md) - Query data from a database by file
55+
* [`sqlq tool`](docs/tool.md) - Create a tool
56+
* [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history.
5857

5958
<!-- commandsstop -->

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"files": [
5656
"/bin",
5757
"/dist",
58-
"/oclif.manifest.json"
58+
"/oclif.manifest.json",
59+
"/prisma"
5960
],
6061
"homepage": "https://github.com/nabeelvalley/sqlq",
6162
"license": "MIT",
@@ -72,7 +73,7 @@
7273
"topics": {}
7374
},
7475
"repository": "nabeelvalley/sqlq",
75-
"version": "0.0.0",
76+
"version": "0.0.1",
7677
"bugs": "https://github.com/nabeelvalley/sqlq/issues",
7778
"keywords": [
7879
"oclif"

0 commit comments

Comments
 (0)