Skip to content

Commit

Permalink
remove permissions for TS package (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet authored Sep 21, 2023
1 parent 0708559 commit 313ee5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Modules/@babylonjs/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"peerDependencies": {
"@babylonjs/core": "^6.14.0",
"react": ">=16.13.1",
"react-native": ">=0.63.1",
"react-native-permissions": "^3.0.0"
"react-native": ">=0.63.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
1 change: 0 additions & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ const patchPackageVersion = async () => {
packageJsonWindows["name"] = "@babylonjs/react-native-basekit-windows" + packageNamePostfix;
delete packageJsoniOSAndroid['peerDependencies']['react-native-permissions'];
delete packageJsonWindows['peerDependencies']['react-native-permissions'];
delete packageJson['peerDependencies']['react-native-permissions'];
} else {
packageJsoniOSAndroid["name"] = "@babylonjs/react-native-iosandroid" + packageNamePostfix;
packageJsonWindows["name"] = "@babylonjs/react-native-windows" + packageNamePostfix;
Expand Down

0 comments on commit 313ee5c

Please sign in to comment.