Skip to content

Commit dff5a05

Browse files
author
Piotr Trocki
committed
Release 4.2.2
1 parent e4f4312 commit dff5a05

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/viewpager",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "React Native wrapper for Android and iOS ViewPager",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -102,7 +102,10 @@
102102
]
103103
}
104104
},
105-
"eslintIgnore": ["node_modules/", "lib/"],
105+
"eslintIgnore": [
106+
"node_modules/",
107+
"lib/"
108+
],
106109
"prettier": {
107110
"quoteProps": "consistent",
108111
"singleQuote": true,
@@ -113,6 +116,10 @@
113116
"@react-native-community/bob": {
114117
"source": "src",
115118
"output": "lib",
116-
"targets": ["commonjs", "module", "typescript"]
119+
"targets": [
120+
"commonjs",
121+
"module",
122+
"typescript"
123+
]
117124
}
118125
}

0 commit comments

Comments
 (0)