Skip to content

Commit

Permalink
Scoped package support for NPM install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Nov 7, 2023
1 parent 350c86b commit 8e07840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/livebud/npm v0.0.1 // indirect
github.com/livebud/npm v0.0.2 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/livebud/npm v0.0.1 h1:ygCccYF9/fIac9EcAu8q/eCbeFdgMEZEQ9q+aTHwcas=
github.com/livebud/npm v0.0.1/go.mod h1:7zr6DqaEehcgOCfBkWXXSnbZFVMwo3FBJcRVQBsfXF4=
github.com/livebud/npm v0.0.2 h1:xfB5vE+1vVC8TzAk+ulp/vnBVzDEHbiQkOLqMMAcHco=
github.com/livebud/npm v0.0.2/go.mod h1:7zr6DqaEehcgOCfBkWXXSnbZFVMwo3FBJcRVQBsfXF4=
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
github.com/lunixbochs/vtclean v1.0.0 h1:xu2sLAri4lGiovBDQKxl5mrXyESr3gUr5m5SM5+LVb8=
github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
Expand Down

0 comments on commit 8e07840

Please sign in to comment.