Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request 💡
url: https://github.com/software-mansion-labs/react-native-enriched-markdown/discussions/new?category=ideas
url: https://github.com/software-mansion/react-native-enriched-markdown/discussions/new?category=ideas
about: If you have a feature request, please create a new discussion on GitHub.
- name: Discussions on GitHub 💬
url: https://github.com/software-mansion-labs/react-native-enriched-markdown/discussions
url: https://github.com/software-mansion/react-native-enriched-markdown/discussions
about: If this library works as promised but you need help, please ask questions there.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
npm-build:
if: github.repository == 'software-mansion-labs/react-native-enriched-markdown'
if: github.repository == 'software-mansion/react-native-enriched-markdown'
runs-on: ubuntu-latest

permissions:
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Publish manual release
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: software-mansion-labs/npm-package-publish@main
uses: software-mansion/npm-package-publish@main
with:
package-name: 'react-native-enriched-markdown'
package-json-path: 'package.json'
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Publish automatic nightly release
if: ${{ github.event_name == 'schedule' }}
uses: software-mansion-labs/npm-package-publish@main
uses: software-mansion/npm-package-publish@main
with:
package-name: 'react-native-enriched-markdown'
package-json-path: 'package.json'
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get started with the project, make sure you have the correct version of [Node
### Cloning the Repository

```sh
git clone https://github.com/software-mansion-labs/react-native-enriched-markdown.git
git clone https://github.com/software-mansion/react-native-enriched-markdown.git
cd react-native-enriched-markdown
```

Expand Down
2 changes: 1 addition & 1 deletion ReactNativeEnrichedMarkdown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported, :osx => '14.0' }
s.source = { :git => "https://github.com/software-mansion-labs/react-native-enriched-markdown.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/software-mansion/react-native-enriched-markdown.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,cpp}", "cpp/md4c/*.{c,h}", "cpp/parser/*.{hpp,cpp}"
s.private_header_files = "ios/**/*.h"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/software-mansion-labs/react-native-enriched-markdown.git"
"url": "git+https://github.com/software-mansion/react-native-enriched-markdown.git"
},
"author": "Gregory Moskaliuk <mosckalyuck@gmail.com> (https://github.com/hryhoriiK97)",
"license": "MIT",
"bugs": {
"url": "https://github.com/software-mansion-labs/react-native-enriched-markdown/issues"
"url": "https://github.com/software-mansion/react-native-enriched-markdown/issues"
},
"homepage": "https://github.com/software-mansion-labs/react-native-enriched-markdown#readme",
"homepage": "https://github.com/software-mansion/react-native-enriched-markdown#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
Loading