Skip to content

Commit

Permalink
Merge pull request #208 from mateusz1913/fix/prepare-lib
Browse files Browse the repository at this point in the history
fix: yarn prepare tsc step
  • Loading branch information
mateusz1913 authored Sep 27, 2024
2 parents 88aaea1 + 21e3a26 commit 004b24a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
run: yarn lint:js
- name: TypeScript
run: yarn typescript
- name: Prepare library
run: yarn prepare
5 changes: 3 additions & 2 deletions packages/react-native-avoid-softinput/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"repository": {
Expand Down Expand Up @@ -61,7 +61,8 @@
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-builder-bob": "0.30.2",
"release-it": "17.6.0"
"release-it": "17.6.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": ">=18.2.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12518,6 +12518,7 @@ __metadata:
react-native: "npm:0.75.3"
react-native-builder-bob: "npm:0.30.2"
release-it: "npm:17.6.0"
typescript: "npm:5.0.4"
peerDependencies:
react: ">=18.2.0"
react-native: ">=0.73.0"
Expand Down

0 comments on commit 004b24a

Please sign in to comment.