Skip to content

Commit

Permalink
rename to scoped package for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
duhdugg committed Jul 26, 2021
1 parent 3d3abbb commit 4034961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ It uses combined data from [muan/unicode-emoji-json](https://github.com/muan/uni

## Install

`npm install -g emocli`
`npm install -g @duhdugg/emocli`

or

`yarn global install emocli`
`yarn global install @duhdugg/emocli`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "emocli",
"name": "@duhdugg/emocli",
"version": "0.1.0-alpha.0",
"description": "command line interface for emojis",
"main": "emocli.js",
Expand Down

0 comments on commit 4034961

Please sign in to comment.