diff --git a/.vscodeignore b/.vscodeignore index 5f659d9..f332286 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,7 @@ .vscode/** .git/** +.gitignore node_modules/** *.vsix +assets/** +package-lock.json diff --git a/package-lock.json b/package-lock.json index 1c01f5f..fd30711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "octo-theme", - "version": "1.0.0", + "name": "octo-themes", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "octo-theme", - "version": "1.0.0", + "name": "octo-themes", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@vscode/vsce": "^3.0.0" diff --git a/package.json b/package.json index 9a1e12d..a4da0a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "octo-themes", "displayName": "Octo Themes", "description": "Thèmes VSCode épuré disponible en variante claire et sombre.", - "version": "1.0.0", + "version": "1.0.1", "publisher": "hykocx", "author": "Hyko", "license": "MIT",