File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-image-header-scroll-view" ,
3
- "version" : " 0.10.3 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " ScrollView with an image in header which become a navbar" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint ." ,
8
8
"test" : " npm run lint && npm run tsc --noEmit" ,
9
9
"prettify" : " prettier --write src/**.js" ,
10
- "build" : " tsc"
10
+ "build" : " tsc" ,
11
+ "prepare" : " npm run build" ,
12
+ "preversion" : " npm run lint"
11
13
},
12
14
"files" : [
13
15
" README.md" ,
14
16
" LICENCE" ,
15
- " src " ,
17
+ " lib " ,
16
18
" readmeAssets"
17
19
],
18
20
"repository" : {
28
30
" ios" ,
29
31
" android"
30
32
],
31
- "author" : " Nhacsam <nicolas@djambazian.fr >" ,
33
+ "author" : " Spoutnik97 <guillaume.piedigrossi@gadz.org >" ,
32
34
"license" : " MIT" ,
33
35
"bugs" : {
34
36
"url" : " https://github.com/bamlab/react-native-image-header-scroll-view/issues"
You can’t perform that action at this time.
0 commit comments