-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bumpb, license update, added info
- Loading branch information
1 parent
11a4042
commit bbab21c
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^5.0.0", | ||
"node-fetch": "^3.1.0", | ||
|
@@ -37,4 +42,4 @@ | |
"tslib": "^2.3.1", | ||
"typescript": "^4.5.2" | ||
} | ||
} | ||
} |