Skip to content

Commit c45e39b

Browse files
committed
chore: release 1.0.2
1 parent e7ddb73 commit c45e39b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-step-indicator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -83,7 +83,10 @@
8383
}
8484
},
8585
"eslintConfig": {
86-
"extends": ["@react-native-community", "prettier"],
86+
"extends": [
87+
"@react-native-community",
88+
"prettier"
89+
],
8790
"rules": {
8891
"prettier/prettier": [
8992
"error",
@@ -97,7 +100,10 @@
97100
]
98101
}
99102
},
100-
"eslintIgnore": ["node_modules/", "lib/"],
103+
"eslintIgnore": [
104+
"node_modules/",
105+
"lib/"
106+
],
101107
"prettier": {
102108
"quoteProps": "consistent",
103109
"singleQuote": true,
@@ -125,6 +131,10 @@
125131
"@react-native-community/bob": {
126132
"source": "src",
127133
"output": "lib",
128-
"targets": ["commonjs", "module", "typescript"]
134+
"targets": [
135+
"commonjs",
136+
"module",
137+
"typescript"
138+
]
129139
}
130140
}

0 commit comments

Comments
 (0)