From eafcf63317cce94d63035cb8de95ddb94ab45f31 Mon Sep 17 00:00:00 2001 From: Vien Dinh Date: Sat, 24 Oct 2020 20:13:49 +0700 Subject: [PATCH] 2.0.15 --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d67cbde..4eb84b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "typescript" ], "author": "Vien Dinh", - "version": "2.0.14", + "version": "2.0.15", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -47,5 +47,13 @@ "tsdx": "^0.13.3", "tslib": "^2.0.1", "typescript": "^4.0.2" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/maxvien/supermemo" + }, + "bugs": { + "url": "https://github.com/maxvien/supermemo/issues" + }, + "homepage": "https://github.com/maxvien/supermemo#readme" }