File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-community/progress-view" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " React Native Progress View iOS Library" ,
5
5
"keywords" : [
6
6
" ProgressViewIOS" ,
25
25
" index.d.ts"
26
26
],
27
27
"main" : " index.js" ,
28
- "types" :" index.d.ts" ,
28
+ "types" : " index.d.ts" ,
29
29
"scripts" : {
30
30
"flow" : " flow" ,
31
31
"lint" : " eslint ." ,
32
32
"run:ios" : " node node_modules/react-native/local-cli/cli.js run-ios --project-path \" ./example/ios\" " ,
33
33
"start" : " node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD" ,
34
34
"test" : " jest" ,
35
- "type-check" :" tsc --noEmit"
35
+ "type-check" : " tsc --noEmit"
36
36
},
37
37
"jest" : {
38
38
"preset" : " react-native"
65
65
"publishConfig" : {
66
66
"access" : " public"
67
67
}
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments