Skip to content

Commit 5045978

Browse files
Adding keywords and removing topics from the package config.
1 parent 494f50e commit 5045978

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
],
4747
"homepage": "https://github.com/dishantlangayan/solace-cloud-cli",
4848
"keywords": [
49-
"oclif"
49+
"oclif",
50+
"solace",
51+
"cli",
52+
"sc"
5053
],
5154
"license": "Apache-2.0",
5255
"main": "dist/index.js",
@@ -59,12 +62,7 @@
5962
"@oclif/plugin-help",
6063
"@oclif/plugin-plugins"
6164
],
62-
"topicSeparator": " ",
63-
"topics": {
64-
"hello": {
65-
"description": "Say hello to the world and others"
66-
}
67-
}
65+
"topicSeparator": " "
6866
},
6967
"repository": "dishantlangayan/solace-cloud-cli",
7068
"scripts": {

0 commit comments

Comments
 (0)