Skip to content

Commit

Permalink
Update version and engines
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Nov 21, 2022
1 parent 7582784 commit 8e7f366
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 50 deletions.
88 changes: 41 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular2-full-stack",
"version": "14.1.3",
"version": "14.1.4",
"license": "MIT",
"author": "Davide Violante",
"description": "Angular Full Stack project built using Angular 2+, Express, Mongoose and Node.",
"engines": {
"node": ">=16",
"npm": ">=8"
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 8e7f366

Please sign in to comment.