move cmd/node-prune to root

This commit is contained in:
TJ Holowaychuk
2020-02-10 15:43:28 +00:00
parent 230a021409
commit 8e33bde413
4 changed files with 3 additions and 3 deletions
View File
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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() {