Skip to content

Commit

Permalink
v1.2.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niuweili committed Feb 5, 2025
1 parent 33b80d7 commit c62e6e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashduty-knowledge-base",
"version": "1.2.1-beta.2",
"version": "1.2.1-beta.3",
"description": "flashduty knowledge base",
"type": "module",
"scripts": {
Expand All @@ -11,6 +11,14 @@
"prepublishOnly": "npm run build && node scripts/upload.mjs",
"upload": "npm run build:iife && node scripts/upload.mjs"
},
"exports": {
"./zh": {
"import": "./dist/esm/zh.js"
},
"./en": {
"import": "./dist/esm/en.js"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit c62e6e5

Please sign in to comment.