Skip to content

Commit

Permalink
fix: specify minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlindsey committed Mar 6, 2024
1 parent 0712c1b commit 0d741cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
.npmrc
node_modules
yarn-error.log
dist
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Will prevent NPM from installing this package if the
# minimum engine versions are not met
engine-strict=true
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/node",
"version": "0.6.5",
"version": "0.6.6",
"description": "Library for interacting with the Knock API",
"homepage": "https://github.com/knocklabs/knock-node",
"author": "@knocklabs",
Expand Down Expand Up @@ -41,5 +41,8 @@
},
"dependencies": {
"jose": "^5.2.0"
},
"engines": {
"node": ">=17.5.0"
}
}
}

0 comments on commit 0d741cf

Please sign in to comment.