Skip to content

Commit

Permalink
Add Node.js and npm version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Aug 12, 2023
1 parent da80fd6 commit 672d849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"engines": {
"node": "14.19.0",
"npm": "^6.14.16"
},
"scripts": {
"start": "npm run dev",
"dev": "run-p watch browsersync",
Expand Down

0 comments on commit 672d849

Please sign in to comment.