Skip to content

Commit

Permalink
fix(*): Update info and add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mordonez-me committed Jan 27, 2023
1 parent 11240ae commit f61153f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "solana-dapp-next",
"version": "0.1.0",
"version": "0.2.0",
"author": "Solana Maintainers <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
Expand Down Expand Up @@ -36,5 +37,8 @@
"postcss": "^8.4.5",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=16"
}
}
}

0 comments on commit f61153f

Please sign in to comment.