Skip to content

Commit

Permalink
Version bumpb, license update, added info
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemandis committed Dec 5, 2021
1 parent 11a4042 commit bbab21c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions 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": {
Expand All @@ -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",
Expand All @@ -37,4 +42,4 @@
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}
}

0 comments on commit bbab21c

Please sign in to comment.