Skip to content

Commit c1c6cea

Browse files
Update repository links in pubspec.yaml and README.md to reflect new ownership under scalecode-solutions.
1 parent a795f4b commit c1c6cea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ Feel free to open an issue or submit a pull request if you have suggestions or f
140140

141141
## Additional information
142142

143-
- **Source Code**: You can find the source code on https://github.com/sidphyve/json_son.
144-
- **Issue Tracker**: If you encounter any bugs or have feature requests, please file an issue on our https://github.com/sidphyve/json_son/issues.
143+
- **Source Code**: You can find the source code on https://github.com/scalecode-solutions/json_son.
144+
- **Issue Tracker**: If you encounter any bugs or have feature requests, please file an issue on our https://github.com/scalecode-solutions/json_son/issues.
145145
- **License**: This package is licensed under the MIT License. See the `LICENSE` file for more details.
146146
- **Contributions**: We welcome contributions! Please feel free to submit a pull request or open an issue. We generally respond to issues and pull requests within a few business days, but response times may vary.
147147
- **Further Information**: For more detailed information on specific functions and their behavior, please refer to the inline documentation within the source code.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: >-
33
A Dart utility package providing helper functions to flexibly parse JSON values
44
that might have inconsistent data types (e.g., strings to numbers, strings/numbers to booleans).
55
version: 0.1.9
6-
homepage: https://github.com/sidphyve/json_son/blob/main/README.md
7-
repository: https://github.com/sidphyve/json_son
6+
homepage: https://github.com/scalecode-solutions/json_son/blob/main/README.md
7+
repository: https://github.com/scalecode-solutions/json_son
88

99
environment:
1010
sdk: '>=3.0.0 <4.0.0' # Adjusted to a common modern range, can be fine-tuned

0 commit comments

Comments
 (0)