Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Add engines to package.json (#18)
Browse files Browse the repository at this point in the history
* Add engines to package.json

* Use node 10.17
  • Loading branch information
gabritto authored Feb 25, 2020
1 parent 88b0505 commit 568fdfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/command-exists": "^1.2.0",
"@types/jest": "^24.0.0",
"@types/node": "12.0.x",
"@types/node": "~10.17.0",
"@types/semver": "^6.0.1",
"@types/strip-json-comments": "0.0.30",
"@types/yargs": "^12.0.8",
Expand All @@ -50,5 +50,8 @@
"eslint-plugin-no-null": "^1.0.2",
"jest": "^24.7.1",
"strip-json-comments": "^2.0.1"
},
"engines": {
"node": ">=10.17.0"
}
}

0 comments on commit 568fdfb

Please sign in to comment.