diff --git a/.changeset/calm-dolls-cheat.md b/.changeset/calm-dolls-cheat.md new file mode 100644 index 0000000..f595937 --- /dev/null +++ b/.changeset/calm-dolls-cheat.md @@ -0,0 +1,6 @@ +--- +"@react-native-youtube-bridge/react": patch +"@react-native-youtube-bridge/core": patch +--- + +fix: remove private flag to enable npm publishing diff --git a/packages/core/package.json b/packages/core/package.json index 81d1a8f..7a5fd9a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,6 @@ "name": "@react-native-youtube-bridge/core", "version": "1.0.0", "description": "Core package for react-native-youtube-bridge", - "private": true, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", diff --git a/packages/react/package.json b/packages/react/package.json index 6d99e63..430a772 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,6 @@ "name": "@react-native-youtube-bridge/react", "version": "1.0.0", "description": "React implementation for react-native-youtube-bridge", - "private": true, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",