Skip to content

Commit

Permalink
Add required nodejs version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Mar 20, 2019
1 parent 9a30ae8 commit fd27b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "7daystodie-api-wrapper",
"version": "1.3.0",
"version": "1.3.1",
"description": "Interact with a 7DTD web API from Allocs Fixes",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -53,4 +53,4 @@
],
"author": "Catalysm",
"license": "GPL-3.0"
}
}

0 comments on commit fd27b28

Please sign in to comment.