Skip to content

Commit

Permalink
fix: doc and npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 28, 2023
1 parent aab70fe commit c6d6de8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [跨平台注意事项](#跨平台注意事项)
- [配置项](#配置项)
- [参考项目](#参考项目)
- [Bugs \& Issues](#bugs--issues)

## 介绍

Expand Down Expand Up @@ -81,3 +82,9 @@ module.exports = {
[Taro-app](./examples/taro-app)

[Uni-app vue3 vite](./examples/uni-app-vue3/)

## Bugs & Issues

目前这个插件正在快速的开发中,如果遇到 `Bug` 或者想提出 `Issue`

[欢迎提交到此处](https://github.com/sonofmagic/weapp-pandacss/issues)
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weapp-pandacss",
"version": "0.0.0",
"description": "weapp-pandacss (WIP)",
"description": "to use pandacss in weapp, 在小程序里使用 pandacss",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,21 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [],
"keywords": [
"panda",
"pandacss",
"css in js",
"weapp",
"wechat",
"mini",
"miniprogram",
"mini app",
"taro",
"uni-app",
"小程序",
"vite",
"postcss"
],
"author": "SonOfMagic <qq1324318532@gmail.com>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit c6d6de8

Please sign in to comment.