Skip to content

Commit 1609440

Browse files
committed
chore: remove example bumper
1 parent db41dd4 commit 1609440

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

packages/react-native-quick-crypto/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,7 @@
124124
"release": false
125125
},
126126
"hooks": {
127-
"after:bump": "cd ../.. && bun i && cd packages/react-native-quick-crypto && bun tsc && bun lint && bun format && bun prepare"
128-
},
129-
"plugins": {
130-
"@release-it/bumper": {
131-
"out": [
132-
{
133-
"file": "../../example/package.json",
134-
"path": [
135-
"version",
136-
"dependencies.react-native-quick-crypto"
137-
]
138-
}
139-
]
140-
}
127+
"after:bump": "bun tsc && bun lint && bun format && bun prepare"
141128
}
142129
},
143130
"react-native-builder-bob": {

0 commit comments

Comments
 (0)