Skip to content

Commit

Permalink
chore: track standard-node-template
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump min node 10
  • Loading branch information
Kelly Selden authored and kellyselden committed Sep 9, 2020
1 parent 3d05177 commit 58ab64c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions config/ember-cli-update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"schemaVersion": "1.0.0",
"packages": [
{
"name": "standard-node-template",
"version": "1.0.0",
"blueprints": [
{
"name": "standard-node-template",
"isBaseBlueprint": true
}
]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "git+ssh://[email protected]/CrowdStrike/faltest.git"
},
"engines": {
"node": ">=8.10"
"node": ">=10.12"
},
"devDependencies": {
"@crowdstrike/commitlint": "^1.0.4",
Expand Down

0 comments on commit 58ab64c

Please sign in to comment.