We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d05e3c commit bf677c7Copy full SHA for bf677c7
package.json
@@ -1,8 +1,16 @@
1
{
2
"name": "zfile",
3
- "version": "4.1.2",
+ "version": "4.1.3",
4
"description": "ZFile 文件管理",
5
"author": "Zhao Jun",
6
+ "browserslist": [
7
+ "defaults",
8
+ "not ie <= 11",
9
+ "chrome >= 49",
10
+ "firefox >= 51",
11
+ "edge > 1",
12
+ "android > 1"
13
+ ],
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/zfile-dev/zfile-vue.git"
@@ -49,6 +57,7 @@
49
57
"flv.js": "^1.6.2",
50
58
"github-markdown-css": "^5.1.0",
51
59
"hls.js": "^1.1.5",
60
+ "htmlparser2": "^8.0.1",
52
61
"lazysizes": "^5.3.2",
53
62
"less": "^4.1.3",
54
63
"less-loader": "^10.2.0",
0 commit comments