Skip to content

Commit 260418a

Browse files
committed
chore: update package name
1 parent c74702f commit 260418a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ find packages/react-native-quick-crypto/cpp -name "*.cpp" -o -name "*.hpp" | xar
1111
bun tsc
1212

1313
# Run prepare script
14-
bun --filter="react-native-quick-crypto" prepare
14+
bun --filter="@coolwallet-app/react-native-quick-crypto" prepare

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"clang-format": "./scripts/clang-format.sh",
66
"clean": "bun --filter='*' clean",
77
"clean:deep": "bun --filter='*' clean:deep && del-cli node_modules",
8-
"specs": "bun --filter='react-native-quick-crypto' specs",
8+
"specs": "bun --filter='@coolwallet-app/react-native-quick-crypto' specs",
99
"bundle-install": "bun --filter='react-native-quick-crypto-example' bundle-install",
1010
"pods": "bun --filter='react-native-quick-crypto-example' pods",
1111
"start": "bun --cwd example start",
@@ -16,7 +16,7 @@
1616
"lint:fix": "bun --filter='*' lint:fix",
1717
"format": "bun --filter='*' format",
1818
"format:fix": "bun --filter='*' format:fix",
19-
"prepare": "husky && bun --filter='react-native-quick-crypto' prepare",
19+
"prepare": "husky && bun --filter='@coolwallet-app/react-native-quick-crypto' prepare",
2020
"lint-staged": "lint-staged --no-stash",
2121
"release": "./scripts/release.sh"
2222
},

0 commit comments

Comments
 (0)