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": {