Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
feat: provide terminal service
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored and the-j0k3r committed Jan 2, 2021
1 parent ab84453 commit b640bec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/terminus.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ module.exports = {
}
},

provideTerminal () {
// currently the same as `terminusTerminal` service
return this.provideTerminus()
},

config: {
toggles: {
type: 'object',
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"versions": {
"1.1.1": "provideTerminus"
}
},
"terminal": {
"description": "Terminal API",
"versions": {
"1.0.0": "provideTerminal"
}
}
},
"scripts": {
Expand Down

0 comments on commit b640bec

Please sign in to comment.