Skip to content

Commit 170cc5e

Browse files
committed
🔖 (Bump to major 1.0.0)
1 parent 45025c4 commit 170cc5e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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": {
@@ -28,7 +30,7 @@
2830
"ios",
2931
"android"
3032
],
31-
"author": "Nhacsam <nicolas@djambazian.fr>",
33+
"author": "Spoutnik97 <guillaume.piedigrossi@gadz.org>",
3234
"license": "MIT",
3335
"bugs": {
3436
"url": "https://github.com/bamlab/react-native-image-header-scroll-view/issues"

0 commit comments

Comments
 (0)