diff --git a/packages/physics-lite/package.json b/packages/physics-lite/package.json index 26ab18f9a5..ee06b23a30 100644 --- a/packages/physics-lite/package.json +++ b/packages/physics-lite/package.json @@ -5,6 +5,7 @@ "main": "dist/main.js", "module": "dist/module.js", "debug": "src/index.ts", + "browser": "dist/browser.js", "types": "types/index.d.ts", "scripts": { "b:types": "tsc" diff --git a/packages/physics-physx/package.json b/packages/physics-physx/package.json index dda86eaa23..3cdf72dc69 100644 --- a/packages/physics-physx/package.json +++ b/packages/physics-physx/package.json @@ -5,6 +5,7 @@ "main": "dist/main.js", "module": "dist/module.js", "debug": "src/index.ts", + "browser": "dist/browser.js", "types": "types/index.d.ts", "scripts": { "b:types": "tsc"