Skip to content

Commit

Permalink
fix: export sql
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 14, 2018
1 parent 453ca43 commit 538fe1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ export {
createConnection,
createPool
} from './factories';
export {
sql
} from './templateTags';
3 changes: 3 additions & 0 deletions src/templateTags/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// @flow

export {default as sql} from './sql';

0 comments on commit 538fe1b

Please sign in to comment.