Skip to content

Commit

Permalink
Merge pull request #2 from prodesert22/main
Browse files Browse the repository at this point in the history
chore: update node
  • Loading branch information
bmino committed Jun 22, 2023
2 parents 1b24004 + d74876d commit 7c591c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pangolindex/analytics",
"engines": {
"node": ">=16.0.0 <=16.20.0"
"node": ">=18.x.x <=20.x.x"
},
"dependencies": {
"@pangolindex/token-lists": "1.0.2",
Expand Down Expand Up @@ -49,12 +49,12 @@
},
"scripts": {
"generate": "node ./config/applyTemplate.js",
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"prestart": "npm run generate",
"build": "react-scripts build",
"build": "react-scripts --openssl-legacy-provider build",
"prebuild": "npm run generate",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test": "react-scripts --openssl-legacy-provider test",
"eject": "react-scripts --openssl-legacy-provider eject",
"postinstall": "copyfiles ./node_modules/@pangolindex/tradingview-chart/** ./public/ -u 2 && copyfiles ./node_modules/@pangolindex/tradingview-chart/**/** ./public/ -u 2"
},
"browserslist": {
Expand Down

2 comments on commit 7c591c6

@vercel
Copy link

@vercel vercel bot commented on 7c591c6 Jun 22, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 7c591c6 Jun 22, 2023

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.