diff --git a/packages/core/package.json b/packages/core/package.json index 54d419e1..64ebeb6d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/docs/next-env.d.ts b/packages/docs/next-env.d.ts index 4f11a03d..a4a7b3f5 100644 --- a/packages/docs/next-env.d.ts +++ b/packages/docs/next-env.d.ts @@ -2,4 +2,4 @@ /// // 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. diff --git a/packages/ui/package.json b/packages/ui/package.json index 0e074b1f..fe482c22 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",