Skip to content

Commit

Permalink
Merge pull request #13 from am-jo-zt/set-engine-requirements
Browse files Browse the repository at this point in the history
set engine-requirements
  • Loading branch information
danxfisher authored Jul 17, 2018
2 parents 7f9a6bb + f13c8ec commit 62bd884
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
@@ -1,6 +1,10 @@
{
"name": "flighttracker",
"main": "server.js",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"scripts": {
"postinstall": "cd ui-react && npm install",
"build": "cd ui-react && npm run build",
Expand Down

0 comments on commit 62bd884

Please sign in to comment.