Skip to content

Commit

Permalink
Update: Package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebiano committed May 16, 2021
1 parent 7e00143 commit 04145f0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 121 deletions.
1 change: 0 additions & 1 deletion labeler.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ async function main() {
echo.info('Create new labels:')
await helper.cliNewLabel(cli)
}
if (cli.input[0] == "secret") echo.rainbow() // :)

// If any of these flags is true, exit (these are the ones that can always be called, no matter what)
if (cli.flags.resetLabelsFile || cli.flags.path) process.exit()
Expand Down
10 changes: 1 addition & 9 deletions lib/echo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Require: Packages
const chalk = require('chalk')
const chalkRainbow = require('chalk-rainbow')

/* --- Functions --- */
// Info
Expand Down Expand Up @@ -69,12 +68,6 @@ function repository(msg, exit) {
if (exit) process.exit()
}

// Rainbow
function rainbow() {
console.log(chalkRainbow("https://media.giphy.com/media/10hO3rDNqqg2Xe/giphy.gif?YouActuallyFoundOut=ThatsAmazing!?LetMeKnowYoureSpecial=http://discordapp.com/users/241655863616471041"))
process.exit()
}

// Exports
module.exports = {
info: info,
Expand All @@ -87,6 +80,5 @@ module.exports = {
remove: remove,
skip: skip,
owner: owner,
repository: repository,
rainbow: rainbow
repository: repository
}
132 changes: 25 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"chalk-pipe": "^3.0.0",
"chalk-rainbow": "^1.0.0",
"chalk": "^4.1.1",
"chalk-pipe": "^4.0.0",
"clear": "^0.1.0",
"configstore": "^5.0.1",
"inquirer": "^7.3.3",
"inquirer": "^8.0.0",
"meow": "^9.0.0",
"update-notifier": "^5.1.0"
},
Expand Down

0 comments on commit 04145f0

Please sign in to comment.