From bbab21c0caef5173697b93f2394971afc38d3235 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sun, 5 Dec 2021 13:35:24 -0800 Subject: [PATCH] Version bumpb, license update, added info --- package-lock.json | 6 +++--- package.json | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ba4603..07a9666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "bubo-reader", - "version": "1.0.3", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bubo-reader", - "version": "1.0.3", - "license": "ISC", + "version": "2.0.1", + "license": "MIT", "dependencies": { "chalk": "^5.0.0", "node-fetch": "^3.1.0", diff --git a/package.json b/package.json index 6a0cfbb..5d1ca23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "bubo-reader", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple but effective feed reader (RSS, JSON)", + "homepage": "https://github.com/georgemandis/bubo-rss", "main": "src/index.js", "type": "module", "scripts": { @@ -20,7 +21,11 @@ "type": "github", "url": "https://github.com/sponsors/georgemandis" }, - "license": "ISC", + "bugs": { + "url": "https://github.com/georgemandis/bubo-rss/issues", + "email": "george+bubo@mand.is" + }, + "license": "MIT", "dependencies": { "chalk": "^5.0.0", "node-fetch": "^3.1.0", @@ -37,4 +42,4 @@ "tslib": "^2.3.1", "typescript": "^4.5.2" } -} +} \ No newline at end of file