Skip to content

Commit

Permalink
Merge pull request #2 from jalal246/dev
Browse files Browse the repository at this point in the history
Patches
  • Loading branch information
jalal246 authored Jan 24, 2020
2 parents 0c3c46a + 9765abf commit 8991357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ the project depends on it and so on. You probably want this step to be automated
so you can use: `package-sorter(unsortedPackages, coreDependency)`.

```bash
npm install `package-sorter`
npm install package-sorter
```

### Example:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "package-sorter",
"version": "0.1.0",
"main": "index.js",
"main": "src/index.js",
"repository": "https://github.com/jalal246/packageSorter.git",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "LGPL-3.0",
Expand Down

0 comments on commit 8991357

Please sign in to comment.