Skip to content

Commit

Permalink
Merge pull request #37 from krim/add-new-node-versions
Browse files Browse the repository at this point in the history
Add 17.x and 18.x(LTS) node versions
  • Loading branch information
ronatskiy authored Dec 22, 2022
2 parents 9052401 + 9b95e03 commit 74b52ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "country-flags-svg",
"version": "1.1.6",
"version": "1.1.7",
"description": "A list of countries with url links to a svg image which you can simply use in your web application",
"main": "dist/index.js",
"files": [
"dist"
],
"engines": {
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x"
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
},
"scripts": {
"clean": "rimraf dist coverage",
Expand Down

0 comments on commit 74b52ef

Please sign in to comment.