File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
97100 ]
98101 }
99102 },
100- "eslintIgnore" : [" node_modules/" , " lib/" ],
103+ "eslintIgnore" : [
104+ " node_modules/" ,
105+ " lib/"
106+ ],
101107 "prettier" : {
102108 "quoteProps" : " consistent" ,
103109 "singleQuote" : true ,
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}
You can’t perform that action at this time.
0 commit comments