Skip to content

Commit

Permalink
add keyword (#8)
Browse files Browse the repository at this point in the history
* add keyword

* add keyword
  • Loading branch information
shiyuhang0 authored Oct 23, 2023
1 parent 94d13a7 commit d1f88fd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/kysely",
"description": "Kysely dialect for TiDB Serverless",
"description": "Kysely dialect for TiDB Cloud serverless driver",
"version": "0.0.4",
"repository": "git@github.com:tidbcloud/kysely.git",
"author": "tidbcloud",
Expand All @@ -21,10 +21,18 @@
],
"keywords": [
"kysely",
"TiDB",
"TiDB Cloud",
"serverless",
"mysql",
"edge"
"MySQL",
"edge",
"Vercel",
"Cloudflare",
"Netlify",
"Bun",
"Deno",
"database",
"SQL"
],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit d1f88fd

Please sign in to comment.