Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jun 14, 2024
1 parent 695a6a6 commit 55c6efe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,13 @@
"packemon": [
{
"bundle": false,
"platform": [
"browser"
]
"platform": ["browser"]
}
],
"publishConfig": {
"access": "public"
},
"files": [
"esm/**/*",
"lib/**/*",
"src/",
"src/**/*"
],
"files": ["esm/**/*", "lib/**/*", "src/", "src/**/*"],
"main": "./esm/index.js",
"types": "./esm/index.d.ts",
"module": "./esm/index.js",
Expand Down

0 comments on commit 55c6efe

Please sign in to comment.