Skip to content

Commit

Permalink
move cmd/node-prune to root
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 10, 2020
1 parent 230a021 commit 8e33bde
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file added History.md
Empty file.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ node-prune is a small tool to prune unnecessary files from ./node_modules, such
From [gobinaries.com](https://gobinaries.com):

```sh
$ curl -sf https://gobinaries.com/tj/node-prune/cmd/node-prune | sh
$ curl -sf https://gobinaries.com/tj/node-prune | sh
```

From source:

```
$ go get github.com/tj/node-prune/cmd/node-prune
$ go get github.com/tj/node-prune
```

## Usage
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/node-prune/main.go → main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/apex/log/handlers/cli"
"github.com/dustin/go-humanize"

"github.com/tj/node-prune"
"github.com/tj/node-prune/internal/prune"
)

func init() {
Expand Down

0 comments on commit 8e33bde

Please sign in to comment.