Skip to content

Commit 105d572

Browse files
committed
bump to 2.3.3
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent b9c3b10 commit 105d572

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-recaptcha",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "A react.js reCAPTCHA for Google",
55
"main": "dist/react-recaptcha.js",
66
"scripts": {
@@ -70,6 +70,18 @@
7070
"js",
7171
"json",
7272
"jsx"
73+
],
74+
"testPathIgnorePatterns": [
75+
"/.yarn-cache/",
76+
"/node_modules/"
77+
],
78+
"coveragePathIgnorePatterns": [
79+
"/.yarn-cache/",
80+
"/node_modules/"
81+
],
82+
"transformIgnorePatterns": [
83+
"/.yarn-cache/",
84+
"/node_modules/"
7385
]
7486
}
7587
}

0 commit comments

Comments
 (0)