Skip to content

Commit

Permalink
package.json: Fix categories + keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Feb 7, 2021
1 parent 268b12b commit a4266a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vscode": "^1.52.0"
},
"categories": [
"Testing"
"Other"
],
"private": true,
"repository": {
Expand All @@ -25,9 +25,9 @@
},
"keywords": [
"ginkgo",
"bdd",
"golang",
"go"
"go",
"symbol"
],
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit a4266a7

Please sign in to comment.