Skip to content

Commit

Permalink
调整配置: 调整导出内容
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbimo committed Aug 27, 2024
1 parent 1a41235 commit 89bacc2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
".": "./lib.js",
"./node": "./libNode.js",
"./browser": "./libBrowser.js",
"./libNames.js": "./libNames.js",
"./libNodeNames.js": "./libNodeNames.js",
"./libBrowserNames.js": "./libBrowserNames.js"
"./libNames": "./libNames.js",
"./libNodeNames": "./libNodeNames.js",
"./libBrowserNames": "./libBrowserNames.js"
},
"files": [
"config/",
"lib/",
"libNode/",
"libBrowser/",
"index.js",
"LICENSE",
"package.json",
Expand Down

0 comments on commit 89bacc2

Please sign in to comment.