Skip to content

Commit

Permalink
Fixed readme, added repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kleydon committed Apr 25, 2020
1 parent a6b9af5 commit 54d1f4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Want the flexibility and scalability of a Prisma GraphQL data layer, along with

Based on: [memorystore](https://github.com/roccomuso/memorystore), by [roccomuso](https://github.com/roccomuso)

## Usage
## Usage

```javascript

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "prisma-session-store",
"description": "Prisma express-session store",
"keywords": ["Prisma", "Express", "Session", "Memory", "Store"],
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"author": "Krispin Leydon",
"repository": {
"type": "git",
"url": "https://github.com/kleydon/prisma-session-store.git"
},
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks --bail --no-exit test/"
Expand Down

0 comments on commit 54d1f4e

Please sign in to comment.