Skip to content

Commit

Permalink
Add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 26, 2023
1 parent 683b0b6 commit a0c750b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"version": "npm run build",
"update-example": "npm install && cd example && npm update gif-picker-react && npm install && cd .."
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=16.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit a0c750b

Please sign in to comment.