Skip to content

Commit 4ba193a

Browse files
os-botify[bot]wcastand
authored andcommitted
Update package.json version to 0.1.14
1 parent 3de4596 commit 4ba193a

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expensify/react-native-wallet",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"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.",
55
"source": "./src/index.tsx",
66
"main": "lib/commonjs/index",
@@ -16,8 +16,6 @@
1616
"cpp",
1717
"*.podspec",
1818
"react-native.config.js",
19-
"plugin/build",
20-
"app.plugin.js",
2119
"!ios/build",
2220
"!android/build",
2321
"!android/gradle",
@@ -36,9 +34,9 @@
3634
"typecheck": "tsc --noEmit",
3735
"lint": "eslint . --ext .js,.ts,.tsx",
3836
"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",
4038
"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",
4240
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && npm run prepare && npm pack && touch .build_complete\"",
4341
"release": "release-it"
4442
},

0 commit comments

Comments
 (0)