Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit dea56a2

Browse files
committed
versions
1 parent 58b2579 commit dea56a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation-hooks",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.1",
44
"description": "React hooks for convenient react-navigation use",
55
"main": "dist/Hooks.js",
66
"types": "dist/Hooks.d.ts",
@@ -15,7 +15,7 @@
1515
"lint": "tslint --project tsconfig.json",
1616
"build": "tsc --project tsconfig-build.json",
1717
"prepare": "yarn build",
18-
"release": "release-it --preRelease=alpha",
18+
"release": "release-it",
1919
"precommit": "lint-staged"
2020
},
2121
"publishConfig": {

0 commit comments

Comments
 (0)