Skip to content

Commit

Permalink
change package name to easy-sharing for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Rostami committed Oct 5, 2022
1 parent 01af475 commit b85bc79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Usage
1. install
- `npm install -g sharing`
- `npm install -g easy-sharing`
2. share a file or directory
- `sharing /directory-or-file-to-share`
3. scan the QR-Code with your phone
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sharing",
"name": "easy-sharing",
"version": "1.0.0",
"description": "Sharing is a command-line tool to share directory and files with ios and android devices without an extra client app",
"main": "bin/index.js",
Expand Down

0 comments on commit b85bc79

Please sign in to comment.