Skip to content

Commit

Permalink
chore: remove support for yarn
Browse files Browse the repository at this point in the history
Breaking change, but Eclectica still on 0.* version
  • Loading branch information
markelog committed Sep 25, 2023
1 parent be86527 commit 07e8be1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 183 deletions.
5 changes: 0 additions & 5 deletions plugins/nodejs/nodejs.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ func (node Node) Events() *emission.Emitter {
func (node Node) PostInstall() (err error) {
node.Emitter.Emit("postinstall")

ok, err := node.Yarn()
if err != nil && ok == false {
return errors.New(err)
}

return nil
}

Expand Down
86 changes: 0 additions & 86 deletions plugins/nodejs/yarn.go

This file was deleted.

92 changes: 0 additions & 92 deletions plugins/nodejs/yarn_test.go

This file was deleted.

0 comments on commit 07e8be1

Please sign in to comment.