Skip to content

Commit

Permalink
Merge pull request #13 from gandalf-network/mod/ts-set-node-engine-re…
Browse files Browse the repository at this point in the history
…quirements

Set required node version
  • Loading branch information
TosinJs authored Mar 23, 2024
2 parents cbd2485 + 1ec2e5b commit eb01387
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gandalf-network/connect",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -28,6 +28,9 @@
"clean": "rimraf dist",
"generate-gql": "graphql-codegen codegen.ts --debug --verbose"
},
"engines": {
"node": ">=18"
},
"keywords": [],
"author": "gandalf-network",
"license": "MIT",
Expand Down

0 comments on commit eb01387

Please sign in to comment.