Skip to content

Commit

Permalink
馃敡 Add node version on the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanAzevedo committed Jul 11, 2023
1 parent badbb5c commit 00c217d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.16.0",
"description": "A React Native package to interact with Apple HealthKit",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agencyenterprise/react-native-healthkit.git"
Expand Down Expand Up @@ -30,4 +33,4 @@
"dependencies": {
"@expo/config-plugins": "^6.0.1"
}
}
}

0 comments on commit 00c217d

Please sign in to comment.