Skip to content

Commit

Permalink
fix - resolve node issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thuaud committed Jun 12, 2024
1 parent c2105cf commit 90b0603
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
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "1.0.5",
"version": "1.0.6",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand All @@ -21,8 +21,8 @@
"sass": "^1.68.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 90b0603

Please sign in to comment.