|
1 | 1 | { |
2 | 2 | "name": "@expensify/react-native-wallet", |
3 | | - "version": "0.1.13", |
| 3 | + "version": "0.1.14", |
4 | 4 | "description": "A React Native module designed for seamless integration of Card Push Provisioning into Apple Wallet and Google Wallet, enabling easy and secure addition of payment cards directly from your application.", |
5 | 5 | "source": "./src/index.tsx", |
6 | 6 | "main": "lib/commonjs/index", |
|
16 | 16 | "cpp", |
17 | 17 | "*.podspec", |
18 | 18 | "react-native.config.js", |
19 | | - "plugin/build", |
20 | | - "app.plugin.js", |
21 | 19 | "!ios/build", |
22 | 20 | "!android/build", |
23 | 21 | "!android/gradle", |
|
36 | 34 | "typecheck": "tsc --noEmit", |
37 | 35 | "lint": "eslint . --ext .js,.ts,.tsx", |
38 | 36 | "lint:root": "eslint . --ext .js,.ts,.tsx --ignore-pattern '/plugin/**/*' --ignore-pattern '/example/**/*' --ignore-pattern '/example-expo/**/*' --ignore-pattern '/WebExample/**/*'", |
39 | | - "lint:examples": "eslint example example-expo --ext .js,.ts,.tsx", |
| 37 | + "lint:example": "eslint example example-expo --ext .js,.ts,.tsx", |
40 | 38 | "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build example-expo/android/build example-expo/ios/build lib plugin/build", |
41 | | - "prepare": "bob build && tsc --build plugin/tsconfig.json", |
| 39 | + "prepare": "bob build", |
42 | 40 | "build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && npm run prepare && npm pack && touch .build_complete\"", |
43 | 41 | "release": "release-it" |
44 | 42 | }, |
|
0 commit comments