Skip to content

Commit

Permalink
✨ 添加更优雅的样式导入方式
Browse files Browse the repository at this point in the history
fix #22
  • Loading branch information
higuaifan committed Jun 2, 2022
1 parent 39ec893 commit e33adeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@higuaifan/wash-painting-ui",
"description": "一款粗暴的水墨风UI组件",
"version": "0.1.12-beta.4",
"version": "0.1.13",
"files": [
"dist",
"icons",
Expand All @@ -17,8 +17,10 @@
".": {
"import": "./dist/wash-painting-ui.es.js",
"require": "./dist/wash-painting-ui.umd.js"
}
},
"./*": "./*"
},
"style": "dist/style.css",
"author": "阿怪 <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web-types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
"name": "@higuaifan/wash-painting-ui",
"version": "0.1.12-beta.4",
"version": "0.1.13",
"contributions": {
"html": {
"types-syntax": "typescript",
Expand Down

0 comments on commit e33adeb

Please sign in to comment.