Skip to content

Commit

Permalink
remove browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Oct 18, 2024
1 parent 591de88 commit 06557fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "./dist/index.es.js",
"types": "./dist/src/index.d.ts",
"browser": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"sideEffects": false,
"author": "shiyiya",
"homepage": "https://github.com/shiyiya/oplayer",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "./dist/index.es.js",
"types": "./dist/src/index.d.ts",
"browser": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"sideEffects": false,
"author": "shiyiya",
"homepage": "https://github.com/shiyiya/oplayer",
Expand Down

0 comments on commit 06557fd

Please sign in to comment.