Skip to content

Commit

Permalink
Merge pull request #76 from daveearley/housekeeping
Browse files Browse the repository at this point in the history
Versions housekeeping
  • Loading branch information
daveearley authored Jan 26, 2024
2 parents 350ca2d + ca17e7c commit 93bd2c9
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 19 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-scripts start --host 0.0.0.0",
"build": "react-scripts build",
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start --host 0.0.0.0",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down Expand Up @@ -57,6 +57,7 @@
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1"
"eslint-plugin-react-hooks": "^2.5.1",
"node-gyp": "^8.4.1"
}
}
Loading

1 comment on commit 93bd2c9

@vercel
Copy link

@vercel vercel bot commented on 93bd2c9 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.