Skip to content

Commit

Permalink
update 1.1.3
Browse files Browse the repository at this point in the history
- remove windows module(not work correct)
- fix ios disable secure view
  • Loading branch information
killserver committed Jun 16, 2023
1 parent 307e120 commit 4caf836
Showing 1 changed file with 6 additions and 45 deletions.
51 changes: 6 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it",
"windows": "react-native run-windows"
"lint": "eslint \"**/*.{js,ts,tsx}\""
},
"keywords": [
"react-native",
Expand All @@ -53,7 +50,6 @@
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -63,11 +59,7 @@
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native-builder-bob": "^0.20.0",
"react-native-windows": "^0.71.10",
"release-it": "^15.0.0",
"typescript": "^4.5.2",
"metro-config": "^0.73.9"
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "17.0.21"
Expand All @@ -91,23 +83,6 @@
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand All @@ -120,9 +95,9 @@
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
"useTabs": true
}
]
}
Expand All @@ -134,23 +109,9 @@
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
"useTabs": true
},
"codegenConfig": {
"name": "RNScreenshotPreventSpec",
Expand Down

0 comments on commit 4caf836

Please sign in to comment.