@synonymdev/react-native-pubky 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synonymdev/react-native-pubky",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "React Native Implementation of Pubky",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -40,8 +40,8 @@
40
40
  "test": "jest",
41
41
  "typecheck": "tsc",
42
42
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
43
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
44
- "prepare": "bob build",
43
+ "clean": "rm -rf android/build example/android/build example/android/app/build example/ios/build lib",
44
+ "prepare": "corepack enable && npm install -g react-native-builder-bob && bob build",
45
45
  "release": "release-it",
46
46
  "example:ios": "cd example && cd ios && rm -rf Pods && cd ../ && npm i && bundle install && npm run build:ios && npm run ios",
47
47
  "example:android": "cd example && npm i && npm run build:android && npm run android",