Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
feat: plugins:preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Bergman committed Oct 2, 2018
1 parent 42f4a64 commit 954d1c6
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ export interface Hooks {
}
update: {}
'command_not_found': {id: string},
'plugins:parse': {
pjson: Config.IPlugin
'plugins:install': {
plugin: {
name: string,
tag: string,
type: 'npm'
}
}
}

Expand Down
Loading

0 comments on commit 954d1c6

Please sign in to comment.