Skip to content

Commit f2db06c

Browse files
🐛 fix for createRegion file missing in 3.1.6-beta.0 (#935)
* fix for create region * test * testing * testing
1 parent 81eb0c8 commit f2db06c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@percy/cypress",
33
"description": "Cypress client library for visual testing with Percy",
4-
"version": "3.1.6-beta.0",
4+
"version": "3.1.6-beta.1",
55
"license": "MIT",
66
"author": "Perceptual Inc.",
77
"repository": "https://github.com/percy/percy-cypress",
@@ -12,12 +12,13 @@
1212
],
1313
"publishConfig": {
1414
"access": "public",
15-
"tag": "latest"
15+
"tag": "beta"
1616
},
1717
"main": "index.js",
1818
"types": "types/index.d.ts",
1919
"files": [
2020
"index.js",
21+
"createRegion.js",
2122
"types/index.d.ts"
2223
],
2324
"scripts": {

0 commit comments

Comments
 (0)