Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Sep 20, 2023
1 parent fff23a1 commit a0c7788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fake Client for Knex.js
```typescript
import * as knexpkg from 'knex';
import mockKnex from 'mock-knex';
import { FakeClient } from 'fake-knex-client';
import { FakeClient } from '@myrotvorets/fake-knex-client';

describe('...', function () {
let db: knexpkg.Knex;
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fake-knex-client",
"name": "@myrotvorets/fake-knex-client",
"version": "1.0.0",
"description": "Fake Knex.js client",
"main": "index.cjs",
Expand Down

0 comments on commit a0c7788

Please sign in to comment.