Skip to content

Commit 8170c22

Browse files
committed
chore: delete scripts and set release workflow to manual trigger
1 parent 037e4a0 commit 8170c22

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
4+
workflow_dispatch:
75

86
jobs:
97
release:

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renanmav/react-native-in-app-browser",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "In app browser module for react-native using SFSafariViewController, WKWebView & more, powered by Nitro",
55
"keywords": [
66
"react-native",
@@ -26,9 +26,6 @@
2626
"types": "lib/index.d.ts",
2727
"scripts": {
2828
"build": "tsc --noEmit false",
29-
"bump:major": "npm version major",
30-
"bump:minor": "npm version minor",
31-
"bump:patch": "npm version patch",
3229
"clean": "rm -rf android/build node_modules/**/android/build lib",
3330
"postinstall": "bun run build || exit 0;",
3431
"lint": "eslint .",

0 commit comments

Comments
 (0)