Skip to content

Commit

Permalink
chore(): add engines.node to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Aug 29, 2023
1 parent 4fa7404 commit 89cffe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"unpkg": "dist/plugin.js",
"engines": {
"node": ">=16.0.0"
},
"files": [
"android/src/main/",
"android/build.gradle",
Expand Down

0 comments on commit 89cffe7

Please sign in to comment.