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 11{
22 "name" : " react-native-image-header-scroll-view" ,
3- "version" : " 0.10.3 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " ScrollView with an image in header which become a navbar" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "lint" : " eslint ." ,
88 "test" : " npm run lint && npm run tsc --noEmit" ,
99 "prettify" : " prettier --write src/**.js" ,
10- "build" : " tsc"
10+ "build" : " tsc" ,
11+ "prepare" : " npm run build" ,
12+ "preversion" : " npm run lint"
1113 },
1214 "files" : [
1315 " README.md" ,
1416 " LICENCE" ,
15- " src " ,
17+ " lib " ,
1618 " readmeAssets"
1719 ],
1820 "repository" : {
2830 " ios" ,
2931 " android"
3032 ],
31- "author" :
" Nhacsam <[email protected] >" ,
33+ "author" :
" Spoutnik97 <[email protected] >" ,
3234 "license" : " MIT" ,
3335 "bugs" : {
3436 "url" : " https://github.com/bamlab/react-native-image-header-scroll-view/issues"
You can’t perform that action at this time.
0 commit comments