Skip to content

Commit 8a337e9

Browse files
committed
update package and repo name
1 parent b2cc8fd commit 8a337e9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request 💡
4-
url: https://github.com/omarsdev/react-native-contacts-last-updated/discussions/new?category=ideas
4+
url: https://github.com/omarsdev/react-native-contacts/discussions/new?category=ideas
55
about: If you have a feature request, please create a new discussion on GitHub.
66
- name: Discussions on GitHub 💬
7-
url: https://github.com/omarsdev/react-native-contacts-last-updated/discussions
7+
url: https://github.com/omarsdev/react-native-contacts/discussions
88
about: If this library works as promised but you need help, please ask questions there.

ContactsLastUpdated.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => min_ios_version_supported }
14-
s.source = { :git => "https://github.com/omarsdev/react-native-contacts-last-updated.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/omarsdev/react-native-contacts.git", :tag => "#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m,mm,cpp}"
1717
s.private_header_files = "ios/**/*.h"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
],
4848
"repository": {
4949
"type": "git",
50-
"url": "git+https://github.com/omarsdev/react-native-contacts-last-updated.git"
50+
"url": "git+https://github.com/omarsdev/react-native-contacts.git"
5151
},
5252
"author": "Omar Sukarieh <me@omars.dev> (https://github.com/omarsdev)",
5353
"license": "MIT",
5454
"bugs": {
55-
"url": "https://github.com/omarsdev/react-native-contacts-last-updated/issues"
55+
"url": "https://github.com/omarsdev/react-native-contacts/issues"
5656
},
57-
"homepage": "https://github.com/omarsdev/react-native-contacts-last-updated#readme",
57+
"homepage": "https://github.com/omarsdev/react-native-contacts#readme",
5858
"publishConfig": {
5959
"access": "public",
6060
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)