From fb1179d4c37808825b856e4e555f74b6dd4ad7a8 Mon Sep 17 00:00:00 2001 From: Malo Polese Date: Fri, 20 Aug 2021 12:24:56 +0200 Subject: [PATCH] fix(copy): array type --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9037b4..eb8d516 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ -Extention allow you to copy json path +This extension allows you to copy and paste a jsonpath # Install diff --git a/package.json b/package.json index fe7f0dc..61cbe6b 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "copy-json-path", "publisher": "Malo", "displayName": "Copy Json Path", - "description": "Extension allowing to copy and paste the path of a json key", + "description": "This extension allows you to copy and paste a jsonpath", "icon": "assets/logo.png", "repository": { "url": "https://github.com/MaloPolese/copy-json-path/tree/main" }, - "version": "1.0.1", + "version": "1.0.2", "engines": { "vscode": "^1.58.0" },