Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 31a0329

Browse files
committed
fix: knorm => @knorm/knorm
1 parent 30e9228 commit 31a0329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/KnormPostgres.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { Knorm, KnormError } = require('knorm');
1+
const { Knorm, KnormError } = require('@knorm/knorm');
22
const { Pool } = require('pg');
33
const sqlBricksPostgres = require('sql-bricks-postgres');
44

0 commit comments

Comments
 (0)