Skip to content

Commit

Permalink
fix: do not ignore lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed May 15, 2023
1 parent 15c8aba commit 372ba74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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
Expand Up @@ -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
Expand Down
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": {
Expand Down

0 comments on commit 372ba74

Please sign in to comment.