Skip to content

Commit

Permalink
chore: clean up README + prepare for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed May 15, 2023
1 parent e5ce606 commit 1b3c852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Daniel Bugl
Copyright (c) 2014-2023 Daniel Bugl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

[![NPM Version](https://img.shields.io/npm/v/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji)
[![NPM Downloads](https://img.shields.io/npm/dm/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji)
[![Build Status](https://img.shields.io/travis/omnidan/node-emoji/master.svg?style=flat-square)](https://travis-ci.org/omnidan/node-emoji)
[![https://paypal.me/DanielBugl/9](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat-square)](https://paypal.me/DanielBugl/9)
[![https://github.com/sponsors/omnidan](https://img.shields.io/badge/donate-github_sponsors-yellow.svg?style=flat-square)](https://github.com/sponsors/omnidan)

_Friendly emoji lookups and parsing utilities for Node.js._
_Friendly emoji lookups and parsing utilities for Node.js_

`node-emoji` provides a fun, straightforward interface on top of the following excellent libraries:

Expand All @@ -18,7 +17,7 @@ _Friendly emoji lookups and parsing utilities for Node.js._ ✨
## Install

```sh
npm install node-emoji
npm install node-emoji@beta
```

## Usage
Expand Down Expand Up @@ -221,12 +220,6 @@ See _[`.github/Development.md`](./github/Development.md)_.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fomnidan%2Fnode-emoji.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fomnidan%2Fnode-emoji?ref=badge_large)

## Sponsorship

- [GitHub Sponsors](https://github.com/sponsors/omnidan)
- Paypal: [![daniel.bugl@gmail.com](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YBMS9EKTNPZHJ)
- Bitcoin: [1J5eKsrAcPPLv5gPxSjSUkXnbJpkhndFgA](bitcoin:1J5eKsrAcPPLv5gPxSjSUkXnbJpkhndFgA)

### Special Thanks

... to Anand Chowdhary (@AnandChowdhary) and his company Pabio (https://github.com/pabio) for sponsoring this project via [GitHub Sponsors](https://github.com/sponsors/omnidan)!
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "node-emoji",
"version": "1.11.0",
"description": "Friendly emoji lookups and parsing utilities for Node.js.",
"author": "Daniel Bugl <daniel.bugl@touchlay.com>",
"version": "2.0.0",
"description": "Friendly emoji lookups and parsing utilities for Node.js",
"author": "Daniel Bugl <me@omnidan.net>",
"repository": {
"type": "git",
"url": "https://github.com/omnidan/node-emoji.git"
Expand Down

0 comments on commit 1b3c852

Please sign in to comment.