Skip to content

Commit

Permalink
chores: package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tutecano1995 committed Feb 26, 2023
1 parent 910fc61 commit aa68d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,16 @@ knex-cache is a knex extension for caching SQL queries results.

## Installation

```js
nvm use
```

```js
npm i
npm i @tutecano1995/knex-cache
```

## Example


```js
const knex = require('knex');
const knexCache = require('knexCache');
const knexCache = require('@tutecano1995/knex-cache');

knexCache(knex);

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "knex-cache",
"name": "@tutecano1995/knex-cache",
"version": "1.0.0",
"description": "",
"main": "./lib/knexCache.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha ./test/**.test.js"
},
Expand Down

0 comments on commit aa68d8b

Please sign in to comment.