Skip to content

Commit

Permalink
feat!: drop Node 8 from engines field (#184)
Browse files Browse the repository at this point in the history
7e6d3c5
commit 7e6d3c5
Author: Benjamin E. Coe <bencoe@google.com>
Date:   Mon Mar 23 10:33:19 2020 -0700

    feat!: drop Node 8 from engines field (#184)
  • Loading branch information
yoshi-automation committed Apr 1, 2020
1 parent 1c5663b commit 3694412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,6 +42,6 @@
"typescript": "3.6.4"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-01T12:20:52.744838Z",
"updateTime": "2020-04-01T12:20:50.434391Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit 3694412

Please sign in to comment.