Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiujiu authored Jan 16, 2025
1 parent bbd2f00 commit f6459fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.7",
"description": "",
"main": "dist-umd/index.js",
"module": "dist-esm/index.js",
"author": "xujiujiu",
"license": "MIT",
"keywords": [
Expand All @@ -16,6 +17,9 @@
},
"homepage": "https://github.com/xujiujiu/pdfview-dist#readme",
"files": [
"[\n \"dist-umd\",\n \"dist-esm\"\n]"
"dist-umd",
"dist-esm",
"README.md",
"CHANGELOG.md"
]
}

0 comments on commit f6459fd

Please sign in to comment.