Skip to content

Commit

Permalink
remove engines from package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgilchrist committed Apr 23, 2019
1 parent 6eb5a9f commit cf4e2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"eslint-plugin-vue": "^5.0.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
Expand Down
5 changes: 1 addition & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@
"url": "git://github.com/jpgilchrist/server.git"
},
"author": "jpgilchrist",
"license": "",
"engines": {
"node": "^9.11"
}
"license": ""
}

0 comments on commit cf4e2b2

Please sign in to comment.