Skip to content

Commit b23d2e4

Browse files
npm package fix
1 parent df4cf7d commit b23d2e4

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

packages/powersync-attachments/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
"dependencies": {
2121
"@journeyapps/powersync-sdk-common": "0.1.1"
2222
},
23-
"repository": "https://github.com/powersync-ja/powersync-react-native-sdk",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/journeyapps/powersync-react-native-sdk.git"
26+
},
2427
"author": "JOURNEYAPPS",
2528
"license": "Apache-2.0",
2629
"homepage": "https://docs.powersync.co/resources/api-reference",
2730
"bugs": {
28-
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
31+
"url": "https://github.com/journeyapps/powersync-react-native-sdk/issues"
2932
}
3033
}

packages/powersync-react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@
1616
"clean": "rm -rf lib tsconfig.tsbuildinfo",
1717
"watch": "tsc -b -w"
1818
},
19-
"repository": "https://github.com/powersync-ja/powersync-react-native-sdk",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
22+
},
2023
"author": "JOURNEYAPPS",
2124
"license": "Apache-2.0",
2225
"bugs": {
2326
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
2427
},
2528
"homepage": "https://docs.powersync.co/resources/api-reference",
2629
"dependencies": {
27-
"@journeyapps/powersync-sdk-common": "^0.1.0"
30+
"@journeyapps/powersync-sdk-common": "0.1.0"
2831
},
2932
"peerDependencies": {
3033
"react": "*"

packages/powersync-sdk-common/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"files": [
1414
"lib"
1515
],
16-
"repository": "https://github.com/powersync-ja/powersync-react-native-sdk",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/powersync-ja/powersync-react-native-sdk.git"
19+
},
1720
"bugs": {
1821
"url": "https://github.com/powersync-ja/powersync-react-native-sdk/issues"
1922
},

0 commit comments

Comments
 (0)