Skip to content

Commit

Permalink
feat(engines): added the node version badge
Browse files Browse the repository at this point in the history
that is driven by the version defined in `engines`

BREAKING CHANGE: the package name only starts being provided to the application scaffolders by the
js scaffolder in v10.18.0, so the minimum peer version has been raised to match

for form8ion/javascript-scaffolder#48
  • Loading branch information
travi committed Mar 6, 2020
1 parent 290c716 commit d845161
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 173 deletions.
229 changes: 63 additions & 166 deletions 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
Expand Up @@ -49,7 +49,7 @@
"@form8ion/eslint-config-mocha": "^1.2.5",
"@form8ion/remark-lint-preset": "^1.0.1",
"@travi/any": "^2.0.6",
"@travi/javascript-scaffolder": "^10.0.0",
"@travi/javascript-scaffolder": "^10.18.0",
"ban-sensitive-files": "^1.9.2",
"bdd-stdin": "^0.2.0",
"chai": "^4.2.0",
Expand All @@ -76,6 +76,6 @@
"mustache": "^4.0.0"
},
"peerDependencies": {
"@travi/javascript-scaffolder": "^7.6.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"@travi/javascript-scaffolder": "^10.18.0"
}
}
Loading

0 comments on commit d845161

Please sign in to comment.