Skip to content

Commit

Permalink
It's now a library
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Apr 18, 2017
1 parent 4d4d123 commit 812a096
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>

<p align="center">
Dependency-free notification plugin.
Dependency-free notification library.
<br>
<a href="http://ned.im/noty"><strong>Documentation &raquo;</strong></a>
</p>
Expand All @@ -29,7 +29,7 @@

## Hi

**NOTY** is a notification plugin that makes it easy to create **alert** - **success** - **error** - **warning** - **information** - **confirmation** messages as an alternative the standard alert dialog.
**NOTY** is a notification library that makes it easy to create **alert** - **success** - **error** - **warning** - **information** - **confirmation** messages as an alternative the standard alert dialog.

The notifications can be positioned at the;
**top** - **topLeft** - **topCenter** - **topRight** - **center** - **centerLeft** - **centerRight** - **bottom** - **bottomLeft** - **bottomCenter** - **bottomRight**
Expand All @@ -41,6 +41,7 @@ It also has various callbacks for the buttons, opening closing the notifications
***
### Features
- [x] Dependency-free
- [x] Web Push Notifications with Service Worker support
- [x] UMD
- [x] Named queue system
- [x] Has 11 layouts, 5 notification styles, 5+ themes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noty",
"description": "Noty - notification plugin",
"description": "Noty - Notification library",
"license": "MIT",
"homepage": "http://ned.im/noty",
"main": "dist/noty.js",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "needim/noty",
"description": "Noty is a plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
"description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
"type": "library",
"license": "MIT",
"homepage": "http://ned.im/noty",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "noty",
"version": "3.1.0-beta",
"title": "Noty - Notification Plugin",
"description": "Noty is a plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"title": "Noty - Notification library",
"description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://ned.im/noty",
"main": "lib/noty.js",
"keywords": [
Expand Down

0 comments on commit 812a096

Please sign in to comment.