This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce dependencies needed in dev
- Loading branch information
Showing
8 changed files
with
35 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
[submodule "plugins/heroku-run"] | ||
path = plugins/heroku-run | ||
url = https://github.com/heroku/heroku-run | ||
[submodule "plugins/heroku-cli-status"] | ||
path = plugins/heroku-cli-status | ||
url = https://github.com/heroku/heroku-cli-status | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule heroku-cli-status
deleted from
df4d65
Submodule heroku-run
deleted from
330d81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import Command from '@anycli/command' | ||
import cli from 'cli-ux' | ||
// import Command from '@anycli/command' | ||
// import cli from 'cli-ux' | ||
|
||
export default class extends Command { | ||
export default class { | ||
async run() { | ||
cli.log('it works!') | ||
console.log('it works!') | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import cli from 'cli-ux' | ||
|
||
export default function () { | ||
cli.log('loading plugins') | ||
console.log('loading plugins') | ||
} |
Oops, something went wrong.