Skip to content

Commit

Permalink
update engine dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
skoch-tf committed Apr 30, 2020
1 parent 1399868 commit acc21fa
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,10 +1,10 @@
{
"name": "graphqlizejs",
"description": "Generate DataTypes and Resolvers from your ORM Sequilize models",
"version": "0.3.7",
"version": "0.3.8",
"main": "./lib/index.js",
"engines": {
"node": "10.x"
"node": ">=10.0"
},
"keywords": [
"sequelizejs",
Expand Down

0 comments on commit acc21fa

Please sign in to comment.