Skip to content

Commit 9cbbe33

Browse files
committed
chore: bump version to 2.6.1 and fix package.json URLs
- Bump version from 2.6.0 to 2.6.1 (2.6.0 was already published) - Fix homepage URL to point to expo-iap repo - Fix bugs URL to point to expo-iap/issues
1 parent 6c4a6a0 commit 9cbbe33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-iap",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "In App Purchase module in Expo",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -33,11 +33,11 @@
3333
],
3434
"repository": "https://github.com/hyochan/expo-iap",
3535
"bugs": {
36-
"url": "https://github.com/hyochan/issues"
36+
"url": "https://github.com/hyochan/expo-iap/issues"
3737
},
3838
"author": "hyochan <hyochan.dev@gmail.com> (https://github.com/hyochan)",
3939
"license": "MIT",
40-
"homepage": "https://github.com/hyochan#readme",
40+
"homepage": "https://github.com/hyochan/expo-iap#readme",
4141
"dependencies": {},
4242
"devDependencies": {
4343
"@types/react": "~19.1.7",

0 commit comments

Comments
 (0)