Skip to content

Commit

Permalink
fix(copy): array type
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloPolese committed Aug 20, 2021
1 parent 7f99b5f commit fb1179d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</div>

Extention allow you to copy json path
This extension allows you to copy and paste a jsonpath

# Install

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit fb1179d

Please sign in to comment.