From 54d1f4e51b7daec244ba83fae86a5fccd59f4e2d Mon Sep 17 00:00:00 2001 From: kleydon Date: Sat, 25 Apr 2020 15:08:16 -0700 Subject: [PATCH] Fixed readme, added repo to package.json --- README.md | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b846fb..4f0180e 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ff23967..8b810cc 100755 --- a/package.json +++ b/package.json @@ -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/"