Skip to content

Commit

Permalink
chore: allow older node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Jun 17, 2024
1 parent 91a7026 commit 19b6bf5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ testem.log
.DS_Store
Thumbs.db

.angular
.angular
.nx
3 changes: 1 addition & 2 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"url": "https://github.com/KillerCodeMonkey/ngx-quill"
},
"engines": {
"node": "18",
"npm": "9"
"node": "^16.14.0 || >=18.10.0"
},
"keywords": [
"editor",
Expand Down Expand Up @@ -98,5 +97,8 @@
"name": "Bengt Weiße"
}
],
"version": "0.0.0"
"version": "0.0.0",
"volta": {
"node": "18.20.3"
}
}
4 changes: 2 additions & 2 deletions projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "23.0.2",
"version": "23.0.3",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/KillerCodeMonkey/ngx-quill"
},
"engines": {
"node": ">=18"
"node": "^16.14.0 || >=18.10.0"
},
"keywords": [
"editor",
Expand Down

0 comments on commit 19b6bf5

Please sign in to comment.