Skip to content

Commit

Permalink
* add keywords
Browse files Browse the repository at this point in the history
* add link to license in Readme
* upgrade
  • Loading branch information
PdoubleU committed Oct 17, 2023
1 parent b8926ef commit a882f8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<p align="center">
<div align="center">
<img alt="react-native-notificated" src="https://github.com/TheWidlarzGroup/react-native-notificated/blob/master/docs/static/img/notificated_logo_small.png?raw=true">
</p>
<p align="center">
Blazingly super fast RN notification library.<br />
Better than your delivery man. <br/>
<a href="https://thewidlarzgroup.github.io/react-native-notificated/">react-native-notificated</a>
</p>
<h1 align="center">
Blazingly super fast ⚡️ React Native toast notifications
</h1>
<a href="https://thewidlarzgroup.github.io/react-native-notificated/">react-native-notificated</a>
</div>

---

Expand Down Expand Up @@ -100,4 +99,5 @@ E-mail if you have any questions or just want to talk <[email protected]

## 🏢 License

MIT
The MIT License
See [LICENSE](LICENSE.md) for more information.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-notificated",
"version": "0.1.1",
"description": "Blazingly super fast RN notification library. Better than your delivery man",
"description": "React Native toast notifications for iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,13 @@
"keywords": [
"react-native",
"ios",
"android"
"android",
"react native",
"push notifications",
"notifications",
"react native notifications",
"react native toast",
"toast notifications"
],
"repository": "https://github.com/TheWidlarzGroup/react-native-notificated",
"author": "TWG <[email protected]> (https://thewidlarzgroup.com/)",
Expand Down

0 comments on commit a882f8b

Please sign in to comment.