We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f4312 commit dff5a05Copy full SHA for dff5a05
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/viewpager",
3
- "version": "4.2.1",
+ "version": "4.2.2",
4
"description": "React Native wrapper for Android and iOS ViewPager",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -102,7 +102,10 @@
102
]
103
}
104
},
105
- "eslintIgnore": ["node_modules/", "lib/"],
+ "eslintIgnore": [
106
+ "node_modules/",
107
+ "lib/"
108
+ ],
109
"prettier": {
110
"quoteProps": "consistent",
111
"singleQuote": true,
@@ -113,6 +116,10 @@
113
116
"@react-native-community/bob": {
114
117
"source": "src",
115
118
"output": "lib",
- "targets": ["commonjs", "module", "typescript"]
119
+ "targets": [
120
+ "commonjs",
121
+ "module",
122
+ "typescript"
123
+ ]
124
125
0 commit comments