Skip to content

Commit

Permalink
build(backstopjs): requires >= npm 6.0.0 and >= node 16.0.0 >= 20.x.x (
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 25, 2023
1 parent 5d8b1a1 commit 3c5b73c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"bin": {
"backstop": "./cli/index.js"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"scripts": {
"lint": "eslint \"compare/*.js\" \"compare/src/**/*.js\" \"core/**/*.js\" \"cli/**/*.js\" \"capture/**/*.js\" \"test/**/*.js\"",
"format": "prettier-eslint --write \"compare/src/**/*.js\"",
Expand Down

0 comments on commit 3c5b73c

Please sign in to comment.