Skip to content

Commit 713ba1d

Browse files
author
Piotr Trocki
committed
fix package.json
1 parent 384e257 commit 713ba1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pager-view",
3-
"version": "6.1.0-rc.2",
3+
"version": "6.0.2",
44
"description": "React Native wrapper for Android and iOS ViewPager",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -26,7 +26,8 @@
2626
"typescript": "tsc --noEmit",
2727
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2828
"prepare": "bob build",
29-
"release": "release-it --npm.tag=newarch --preRelease=rc",
29+
"release": "release-it",
30+
"releaseNext": "release-it --npm.tag=newarch --preRelease=rc",
3031
"example": "yarn --cwd example",
3132
"bootstrap": "yarn example && yarn && yarn example pods",
3233
"fabricexample": "yarn --cwd fabricexample",
@@ -38,7 +39,7 @@
3839
"android"
3940
],
4041
"repository": "https://github.com/callstack/react-native-pager-view",
41-
"author": "Piotr Trocki <piotr.trocki@callstack.com> (https://github.com/callstack)",
42+
"author": "troZee <hello@callstack.com> (https://github.com/callstack)",
4243
"license": "MIT",
4344
"bugs": {
4445
"url": "https://github.com/callstack/react-native-pager-view/issues"

0 commit comments

Comments
 (0)