Skip to content

Commit 7714a5a

Browse files
committed
chore: release 5.0.0-rc.5
1 parent 6769fca commit 7714a5a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-paper",
3-
"version": "5.0.0-rc.4",
3+
"version": "5.0.0-rc.5",
44
"description": "Material design for React Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -114,7 +114,9 @@
114114
"setupFiles": [
115115
"<rootDir>/testSetup.js"
116116
],
117-
"setupFilesAfterEnv": ["@testing-library/jest-native/extend-expect"],
117+
"setupFilesAfterEnv": [
118+
"@testing-library/jest-native/extend-expect"
119+
],
118120
"cacheDirectory": "./cache/jest",
119121
"modulePathIgnorePatterns": [
120122
"<rootDir>/example/node_modules",

0 commit comments

Comments
 (0)