Skip to content

Commit

Permalink
✨ feat: Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 26, 2024
1 parent b353cf5 commit b01b1ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .stylelintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write",
"stylelint --fix",
"eslint --fix"
]
},
Expand Down Expand Up @@ -68,7 +66,6 @@
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"stylelint": "^15",
"typescript": "^5",
"vitest": "latest"
}
Expand Down
10 changes: 5 additions & 5 deletions public/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
"api": [],
"author": "LobeHub",
"createdAt": "2023-09-03",
"createdAt": "2024-01-27",
"gateway": "http://localhost:3400/api/gateway",
"homepage": "https://github.com/lobehub/chat-plugin-steam",
"identifier": "steam",
"meta": {
"avatar": "🚀",
"tags": ["template"],
"title": "Chat Plugin Template",
"description": "This is the plugin template for LobeChat plugin development"
"avatar": "https://steam.chat-plugin.lobehub.com/logo.webp",
"tags": ["steam", "game"],
"title": "Steam",
"description": "Obtain game information and user reviews from Steam."
},
"openapi": "http://localhost:3400/openapi.json",
"systemRole": "get game info from steam",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
"api": [],
"author": "LobeHub",
"createdAt": "2023-09-03",
"createdAt": "2024-01-27",
"homepage": "https://github.com/lobehub/chat-plugin-steam",
"identifier": "steam",
"meta": {
Expand Down

0 comments on commit b01b1ae

Please sign in to comment.