From 3a47fbdc428dc5b6e6d3be1925afa258373720cf Mon Sep 17 00:00:00 2001 From: Nauman Date: Tue, 4 Apr 2023 20:04:17 +0500 Subject: [PATCH] Update README.md (#203) Removes marketplace badge as SVGs aren't supported for extensions. --- README.md | 2 -- package.json | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c996c4f..40e21f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Spectral Linter for VS Code -[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/stoplight.spectral.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=stoplight.spectral) - The Spectral VS Code Extension brings the power of [Spectral](https://stoplight.io/open-source/spectral?utm_source=github.com&utm_medium=referral&utm_campaign=github_repo_vs_code_spectral) to your favorite editor. Spectral is a flexible object linter with out of the box support for [OpenAPI](https://openapis.org/) v2 and v3, JSON Schema, and AsyncAPI. diff --git a/package.json b/package.json index 9febe03..9d3734c 100644 --- a/package.json +++ b/package.json @@ -126,12 +126,13 @@ "OAS", "OAS2", "OAS3", - "AsyncAPI" + "AsyncAPI", + "json", + "yaml" ], "license": "Apache-2.0", "main": "./client/index.js", "name": "spectral", - "preview": true, "private": true, "publisher": "stoplight", "repository": {