Skip to content

Commit

Permalink
build(backstopjs): adds engines, type (commonjs), and bump package.js…
Browse files Browse the repository at this point in the history
…on version (#34)
  • Loading branch information
dgrebb committed Nov 27, 2023
1 parent fc721e4 commit bf19036
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "backstopjs",
"version": "6.2.2",
"version": "6.3.0",
"description": "BackstopJS: Catch CSS curveballs.",
"homepage": "https://github.com/garris/BackstopJS#readme",
"bin": {
"backstop": "./cli/index.js"
},
"type": "commonjs",
"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 bf19036

Please sign in to comment.