Skip to content

Commit

Permalink
nuchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
RaynHarr committed Sep 21, 2024
1 parent 91f485b commit f3bea64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"engines": {
"npm": "^8.1.4",
"node": "16.x"
"node": "16.x",
"npm": "8.x"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
"heroku-postbuild": "npm install && npm run build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit f3bea64

Please sign in to comment.