Skip to content

Commit

Permalink
Merge pull request #102 from deriv-com/sandeep/update-engine-version
Browse files Browse the repository at this point in the history
chore: 🔥 updated engine version
  • Loading branch information
sandeep-deriv authored Aug 22, 2024
2 parents a35e7c1 + 8802c97 commit c341f7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "deriv-api-docs",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"bootstrap": "npm ci && npm run build",
"dev": "docusaurus start",
Expand Down Expand Up @@ -104,9 +107,6 @@
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.prettierrc": "prettier --write"
Expand Down

0 comments on commit c341f7c

Please sign in to comment.