Skip to content

Commit 933f8dd

Browse files
authored
fix(ci): correct repo url (#1018)
1 parent 59f5302 commit 933f8dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
"plugin:build": "expo-module build plugin",
4747
"generateManifest": "node node_modules/react-native-test-app/android/android-manifest.js example/app.json example/android/app/build/generated/rnta/src/main/AndroidManifest.xml"
4848
},
49-
"repository": {
50-
"type": "git",
51-
"url": "git+https://github.com/react-native-community/datetimepicker.git"
52-
},
49+
"repository": "https://github.com/react-native-datetimepicker/datetimepicker",
5350
"keywords": [
5451
"react-native-component",
5552
"react-native",

0 commit comments

Comments
 (0)