From f1a8f8ae7a3b749e62480880034bb4effe96b5b2 Mon Sep 17 00:00:00 2001 From: Reliable Changelog Action Date: Mon, 18 Sep 2023 23:47:48 +0000 Subject: [PATCH] chore(release): v1.7.0 [skip ci] --- package.json | 77 ++-------------------------------------------------- 1 file changed, 3 insertions(+), 74 deletions(-) diff --git a/package.json b/package.json index 8aa7e9a..423b83b 100644 --- a/package.json +++ b/package.json @@ -1,74 +1,3 @@ -{ - "name": "css-loader-for-vs-code", - "displayName": "CSS Loader for VS Code", - "description": "Enhances the CSS Loader theme dev experience.", - "version": "1.6.0", - "icon": "./assets/logo_128x128.png", - "galleryBanner": { - "color": "#0d0f11", - "theme": "dark" - }, - "homepage": "https://deckthemes.com", - "repository": "https://github.com/DeckThemes/CSS-Loader-for-VS-Code", - "publisher": "DeckThemes", - "license": "LGPL-3.0-or-later", - "author": { - "name": "Travis Lane (Tormak)", - "email": "Tormak9970@gmail.com" - }, - "bugs": { - "url": "https://github.com/DeckThemes/CSS-Loader-for-VS-Code/issues" - }, - "engines": { - "vscode": "^1.80.0" - }, - "categories": [ - "Programming Languages", - "Linters", - "Other" - ], - "keywords": [ - "css loader", - "cssloader", - "deck themes", - "deckthemes", - "steam" - ], - "badges": [ - { - "description": "A link to the DeckThemes discord, for help with working on themes.", - "href": "https://discord.gg/W5tHyE6GEY", - "url": "https://badgen.net/discord/members/W5tHyE6GEY" - } - ], - "activationEvents": [ - "workspaceContains:**/theme.json" - ], - "main": "./out/extension.js", - "contributes": { - "jsonValidation": [ - { - "fileMatch": [ - "theme.json" - ], - "url": "./manifest-schema.json" - } - ] - }, - "scripts": { - "vscode:prepublish": "pnpm run build", - "build": "vite build", - "package": "vsce package", - "publish": "vsce publish", - "vite-watch": "vite build --watch", - "watch": "tsc -watch -p ./" - }, - "devDependencies": { - "@types/glob": "^8.1.0", - "@types/node": "20.2.5", - "@types/vscode": "^1.80.0", - "glob": "^8.1.0", - "typescript": "^5.1.3", - "vite": "^4.4.8" - } -} +[ + "version" +] \ No newline at end of file