Skip to content

Commit

Permalink
build: add @types/node
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jul 6, 2022
1 parent 9a3639d commit 2189447
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 6,971 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^18.0.3",
"husky": "^4.2.3",
"prettier": "^2.0.3",
"release-it": "^14.10.0",
Expand All @@ -45,8 +46,8 @@
"@expo/config-plugins": "~4.1.4"
},
"peerDependencies": {
"react-native": ">= 0.68",
"indy-sdk-react-native": "^0.2.2"
"indy-sdk-react-native": "^0.2.2",
"react-native": ">= 0.68"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 2189447

Please sign in to comment.