Skip to content

Commit

Permalink
chore: update packag eurl
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 29, 2024
1 parent dfc5512 commit 3257a11
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mj-studio-library/react-native-naver-map/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mym0404/react-native-naver-map/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mj-studio-library/react-native-naver-map/blob/main/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/mym0404/react-native-naver-map/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion mj-studio-react-native-naver-map.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported }
s.source = { :git => "https://github.com/mj-studio-library/react-native-naver-map.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/mym0404/react-native-naver-map.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm}"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/mj-studio-library/react-native-naver-map.git"
"url": "git+https://github.com/mym0404/react-native-naver-map.git"
},
"author": "MJ Studio <[email protected]> (https://mjstudio.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mj-studio-library/react-native-naver-map/issues"
"url": "https://github.com/mym0404/react-native-naver-map/issues"
},
"homepage": "https://github.com/mj-studio-library/react-native-naver-map#readme",
"homepage": "https://github.com/mym0404/react-native-naver-map#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
4 changes: 2 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"favicon": "public/favicon.png",
"navigationLinks": {
"Github": "https://github.com/mj-studio-library/react-native-naver-map"
"Github": "https://github.com/mym0404/react-native-naver-map"
},
"customCss": "./public/doc.css"
}
}

0 comments on commit 3257a11

Please sign in to comment.