Skip to content

Commit

Permalink
fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Feb 2, 2025
1 parent e2ed0ad commit 27cf2a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/deno-deno-json/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"tasks": {
"kysely": "node_modules/kysely-ctl/dist/bin.js"
},
"imports": {
"kysely": "npm:kysely@^0.27.5",
"kysely-ctl": "npm:kysely-ctl@^0.10.1",
"kysely-postgres-js": "npm:kysely-postgres-js@^2.0.0",
"postgres": "npm:postgres@^3.4.5"
}
"tasks": {
"kysely": "node_modules/kysely-ctl/dist/bin.js"
},
"imports": {
"kysely": "npm:kysely@^0.27.5",
"kysely-ctl": "npm:kysely-ctl@^0.10.1",
"kysely-postgres-js": "npm:kysely-postgres-js@^2.0.0",
"postgres": "npm:postgres@^3.4.5"
}
}

0 comments on commit 27cf2a7

Please sign in to comment.