Skip to content

Commit

Permalink
Allow to use npm of both versions 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis2004 committed Nov 9, 2023
1 parent a95677d commit 1c901a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecwid/sdk",
"version": "0.7.0",
"version": "0.8.0",
"description": "Lightweight SDK library to access Ecwid API functions.",
"author": "Ecwid",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,6 +48,6 @@
},
"engines": {
"node": "18 || 20",
"npm": "^9.5.1"
"npm": "9 || 10"
}
}

0 comments on commit 1c901a0

Please sign in to comment.