Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Nov 11, 2020
1 parent 9728cf4 commit 3b967ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Redis store for fastify-session using ioredis",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Olivier Louvignes <olivier@mgcrea.io>",
"repository": "github:mgcrea/fastify-redis-session",
"license": "MIT",
"scripts": {
"start": "nodemon --watch 'src/' --ext 'ts,json' --exec 'npm run node'",
"node": "NODE_PATH=. ts-node src/index",
Expand All @@ -12,8 +16,6 @@
"prettycheck": "prettier --check 'src/'",
"lint": "eslint src/"
},
"author": "Olivier Louvignes <olivier@mgcrea.io>",
"license": "MIT",
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/ioredis": "^4.17.7",
Expand Down

0 comments on commit 3b967ce

Please # to comment.