From 4f46e6bffc0d44c48e9d5f8ea2e02504f9b7228f Mon Sep 17 00:00:00 2001 From: John Reese Date: Fri, 14 Jun 2019 14:10:43 -0400 Subject: [PATCH] Update metadata for release --- README.md | 6 +++--- package-lock.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21a3865..2a61eb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# vscode-protobuflinter [![License](https://img.shields.io/:license-mit-blue.svg)](https://github.com/jpreese/vscode-protobuflint/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/jpreese/vscode-protobuflint.svg)](https://github.com/jpreese/vscode-protobuflint/releases) +# vscode-protolint [![License](https://img.shields.io/:license-mit-blue.svg)](https://github.com/plexsystems/vscode-protolint/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/plexsystems/vscode-protolint.svg)](https://github.com/plexsystems/vscode-protolint/releases) -vscode-protobuflinter is a protocol buffer linter for [Visual Studio Code](https://code.visualstudio.com/) that uses [protolint](https://github.com/yoheimuta/protolint) to validate linting rules. +vscode-protolint is a protocol buffer linter for [Visual Studio Code](https://code.visualstudio.com/) that uses [protolint](https://github.com/yoheimuta/protolint) to validate linting rules. ## Example @@ -20,7 +20,7 @@ lint: ## Installation -A VSIX installer is available on the [releases](https://github.com/jpreese/vscode-protobuflint/releases) page +This extension can be installed through the Visual Studio [marketplace](https://marketplace.visualstudio.com/items?itemName=Plex.vscode-protolint). Alternatively, a VSIX installer is available on the [releases](https://github.com/plexsystems/vscode-protolint/releases) page. ``` NOTE: protolint must be installed and available in your PATH diff --git a/package-lock.json b/package-lock.json index dc80386..1cfa54a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "vscode-protobuflint", - "version": "1.0.0", + "name": "vscode-protolint", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": {