Skip to content

Commit

Permalink
Merge pull request #45 from ricardo93borges/fix/package-engines
Browse files Browse the repository at this point in the history
chore(package.json): change engines.node
  • Loading branch information
ricardo93borges authored Dec 30, 2023
2 parents 0f887e7 + 93f3035 commit 254797b
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,11 +1,11 @@
{
"name": "alphavantage-wrapper-ts",
"version": "2.0.0",
"version": "1.0.0",
"description": "Alpha Vantage API wrapper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "18.18.0"
"node": ">= 18"
},
"scripts": {
"test": "jest --passWithNoTests --runInBand --no-cache test/",
Expand Down

0 comments on commit 254797b

Please sign in to comment.