Skip to content

Commit 153fb78

Browse files
committed
fix: Version fix
1 parent 41a3b6b commit 153fb78

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@
3737
"scripts": {
3838
"typescript": "tsc --noEmit",
3939
"lint": "eslint --ext '.js,.ts,.tsx' .",
40-
"test": "jest",
4140
"prepare": "bob build && node ./scripts/generate-mappings.js",
4241
"release": "release-it",
4342
"bootstrap": "yarn --cwd example && yarn --cwd docs && yarn",
4443
"docs": "yarn --cwd docs",
45-
"commit": "commit",
46-
"example": "yarn --cwd example"
44+
"commit": "commit"
4745
},
4846
"publishConfig": {
4947
"registry": "https://registry.npmjs.org/"
@@ -84,6 +82,7 @@
8482
"chalk": "^4.0.0",
8583
"dedent": "^0.7.0",
8684
"eslint": "^8.26.0",
85+
"eslint-plugin-jest": "^27.1.4",
8786
"eslint-plugin-prettier": "^3.0.0",
8887
"eslint-plugin-react-native": "^3.5.0",
8988
"expo-constants": "^9.3.5",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -4797,6 +4797,13 @@ eslint-plugin-jest@^26.5.3:
47974797
dependencies:
47984798
"@typescript-eslint/utils" "^5.10.0"
47994799

4800+
eslint-plugin-jest@^27.1.4:
4801+
version "27.1.4"
4802+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.4.tgz#bdfaf51ee9ed0b86dac1e83753e22da072acaa92"
4803+
integrity sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==
4804+
dependencies:
4805+
"@typescript-eslint/utils" "^5.10.0"
4806+
48004807
eslint-plugin-prettier@^3.0.0:
48014808
version "3.4.1"
48024809
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"

0 commit comments

Comments
 (0)