Skip to content

Commit

Permalink
✨ feat: 优化package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJiKun committed Aug 5, 2022
1 parent 38914dc commit 0300b89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Vue.use(foxPreviewImage)

## 更新日志

### v2.4.0
### v2.4.1

* fix:
- 修复css导入错误
Expand Down
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "fox-preview-image",
"private": false,
"version": "2.4.1",
"description": "一个支持vue2和vue3的预览图片组件",
"version": "2.4.2",
"main": "lib/preview-image.umd.js",
"module": "lib/preview-image.mjs",
"browser": "lib/preview-image.umd.js",
"keywords": [
"previewImage",
"preview",
"image",
"imagePreview",
"fox"
],
"files": [
"lib",
"README.md"
Expand All @@ -30,5 +37,15 @@
"vite": "^3.0.4",
"vue-tsc": "^0.29.8"
},
"repository": {
"type": "git",
"url": "https://github.com/GuoJikun/preview-image.git"
},
"homepage": "https://github.com/GuoJikun/preview-image",
"bugs": {
"url": "https://github.com/GuoJikun/preview-image/issues",
"email": "[email protected]"
},
"private": false,
"license": "MIT"
}

0 comments on commit 0300b89

Please sign in to comment.