Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Add engine in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 12, 2024
1 parent 2ec8f67 commit 0bf56cc
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 @@ -2,6 +2,9 @@
"name": "iscn-browser",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"dev": "NODE_ENV=development IS_TESTNET=TRUE nuxt",
"build": "nuxt build",
Expand Down

0 comments on commit 0bf56cc

Please sign in to comment.