diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index f118bb1bc3..af64cc021d 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -5,7 +5,6 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "type": "module", "repository": { "type": "git", "url": "https://github.com/100mslive/web-sdks.git", diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 1bc94557d7..1f1e388190 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -5,7 +5,6 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "type": "module", "repository": { "type": "git", "url": "https://github.com/100mslive/web-sdks.git", diff --git a/packages/hms-video-store/jest.config.js b/packages/hms-video-store/jest.config.js index b78c73e9ad..5c19a40542 100644 --- a/packages/hms-video-store/jest.config.js +++ b/packages/hms-video-store/jest.config.js @@ -10,4 +10,4 @@ const config = { testEnvironment: 'jsdom', }; -export default config; +module.exports = config; diff --git a/packages/hms-video-store/package.json b/packages/hms-video-store/package.json index 27e2320041..ce75bc18d3 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -9,7 +9,6 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "type": "module", "files": [ "dist", "src" diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index d6fb58e7ff..2ffcead676 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -6,7 +6,6 @@ "module": "dist/index.js", "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", - "type": "module", "repository": { "type": "git", "url": "https://github.com/100mslive/web-sdks.git", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 20e19dcbb9..5aeef37cb3 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -5,7 +5,6 @@ "module": "dist/index.js", "typings": "dist/index.d.ts", "version": "0.10.2-alpha.3", - "type": "module", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 5aeefc78ed..9015335ae1 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -5,7 +5,6 @@ "module": "dist/index.js", "typings": "dist/index.d.ts", "version": "0.10.2-alpha.3", - "type": "module", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/roomkit-react/package.json b/packages/roomkit-react/package.json index efe0882a28..5814a0c0dc 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -4,7 +4,6 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "type": "module", "keywords": [ "100mslive", "react", diff --git a/packages/roomkit-web/package.json b/packages/roomkit-web/package.json index 6a1b6aa77b..178ccaa943 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -11,7 +11,6 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "type": "module", "author": "100ms", "license": "MIT", "repository": {