Skip to content

Commit

Permalink
v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosczja authored and rosczja committed May 30, 2023
1 parent 84ec44e commit ef23fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-puppeteer-react",
"version": "10.0.0",
"version": "10.1.0",
"description": "screenshot tests for your react components in chromium using puppeteer & jest",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"engines": {
"node": ">= 16.1.0"
},
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.1",
"scripts": {
"pretest": "yalc publish && cd example && yalc add jest-puppeteer-react && yarn install",
"test": "cd example && yarn test",
Expand Down

0 comments on commit ef23fa9

Please sign in to comment.