Skip to content

Commit

Permalink
fix vulnerabilites, remove the extra console.log, no yarn now!
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDaksh committed Dec 10, 2019
1 parent e3cc867 commit 0abff48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,470 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import * as vscode from 'vscode';
import { hexToRgba, rgbaToHex, toggleHexRgba } from './converter';

const applyFnToSelections = fn => {
console.log(
'Hey Hacker, Thanks for Checking Out Hex-to-RGBA. I hope you liked it and if you did, then please checkout my other OpenSource Projects. Find me at: https://dak.sh'
);

if (vscode.window.activeTextEditor == null) {
vscode.window.showErrorMessage('Please Open up a File to Edit.');
return;
Expand Down
Loading

0 comments on commit 0abff48

Please sign in to comment.