Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: omnidan/node-emoji
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15c8aba740703cac46669099333ff8c9b04f78f8
Choose a base ref
...
head repository: omnidan/node-emoji
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 372ba74fd5b7ab8efecede906bf9319b609ac08f
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 15, 2023

  1. fix: do not ignore lib folder

    omnidan committed May 15, 2023
    Copy the full SHA
    372ba74 View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 .npmignore
  2. +1 −1 README.md
  3. +1 −1 package.json
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage/
node_modules/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ _Friendly emoji lookups and parsing utilities for Node.js_ ✨
## Install

```sh
npm install node-emoji
npm install --save node-emoji
```

## Usage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-emoji",
"version": "2.0.0",
"version": "2.0.1",
"description": "Friendly emoji lookups and parsing utilities for Node.js",
"author": "Daniel Bugl <me@omnidan.net>",
"repository": {