Skip to content

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed May 6, 2021
1 parent 4f57ada commit 3ca46cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devsnowflake/jsql",
"version": "1.0.3",
"version": "1.0.4",
"description": "Use JSON as SQL.",
"main": "index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AST } from 'node-sql-parser';

declare module 'jsql' {
declare module '@devsnowflake/jsql' {
export interface Handlers {
create: (q: AST, db: Database) => void;
select: (q: AST, db: Database) => any[];
Expand Down

0 comments on commit 3ca46cc

Please sign in to comment.