diff --git a/.gitignore b/.gitignore index 0b60dfa..eaa5132 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist node_modules .vscode-test/ *.vsix +.env* diff --git a/package.json b/package.json index 4895e7e..f1d2da5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "JS & CSS Minifier Tool and Compressor", "description": "Minify CSS and JS files using an toptal API", "version": "0.0.1", - "publisher": "Miguel Colmenares", + "publisher": "miguel-colmenares", "icon": "images/icon.png", "engines": { "vscode": "^1.90.0"