Skip to content

Commit

Permalink
chore: add jsdeliver field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedRiceNoodles committed Feb 20, 2024
1 parent 3ccf89d commit 914a528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/banana-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
},
"main": "dist/index",
"jsdelivr": "umd/index.js",
"module": "dist/index",
"files": [
"dist/*",
Expand Down
1 change: 1 addition & 0 deletions packages/banana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"main": "dist/index",
"jsdelivr": "umd/index.js",
"module": "dist/index",
"files": [
"dist/*",
Expand Down

0 comments on commit 914a528

Please sign in to comment.