Skip to content

Commit 5f0aade

Browse files
committed
chore(readme): revert domain updates
1 parent c974534 commit 5f0aade

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syncpack
22

33
<p align="center">
4-
<img src="https://syncpack.dev/logo.svg" width="134" height="120" alt="">
4+
<img src="https://jamiemason.github.io/syncpack/logo.svg" width="134" height="120" alt="">
55
<br>Consistent dependency versions in large JavaScript Monorepos.
6-
<br><a href="https://syncpack.dev">https://syncpack.dev</a>
6+
<br><a href="https://jamiemason.github.io/syncpack">https://jamiemason.github.io/syncpack</a>
77
</p>
88

99
Syncpack is used by [AWS](https://github.com/aws/aws-pdk), [Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare), [DataDog](https://github.com/DataDog/datadog-ci), [Electron](https://github.com/electron/forge), [GoDaddy](https://github.com/godaddy/gasket), [LiveStore](https://github.com/livestorejs/livestore), [Lottie](https://github.com/LottieFiles/dotlottie-web), [Microsoft](https://github.com/microsoft/fluentui), [PostHog](https://github.com/PostHog/posthog), [Qwik](https://github.com/QwikDev/qwik), [Raycast](https://github.com/raycast/extensions), [Salesforce](https://github.com/SalesforceCommerceCloud/pwa-kit), [TopTal](https://github.com/toptal/picasso), [Vercel](https://github.com/vercel/vercel), [VoltAgent](https://github.com/VoltAgent/voltagent), [WooCommerce](https://github.com/woocommerce/woocommerce) and others.
@@ -19,14 +19,14 @@ npm install --save-dev syncpack@alpha
1919

2020
## Guides
2121

22-
- [Getting Started](https://syncpack.dev/)
23-
- [Migrate to 14](https://syncpack.dev/guide/migrate-v14/)
22+
- [Getting Started](https://jamiemason.github.io/syncpack/)
23+
- [Migrate to 14](https://jamiemason.github.io/syncpack/guide/migrate-v14/)
2424

2525
## Commands
2626

2727
> All command line options can be combined to target packages and dependencies in multiple ways.
2828
29-
### [lint](https://syncpack.dev/command/lint)
29+
### [lint](https://jamiemason.github.io/syncpack/command/lint)
3030

3131
Ensure that multiple packages requiring the same dependency define the same version, so that every package requires eg. `react@17.0.2`, instead of a combination of `react@17.0.2`, `react@16.8.3`, and `react@16.14.0`.
3232

@@ -53,7 +53,7 @@ syncpack lint --help
5353
syncpack lint -h
5454
```
5555

56-
### [fix](https://syncpack.dev/command/fix)
56+
### [fix](https://jamiemason.github.io/syncpack/command/fix)
5757

5858
Fix every autofixable issue found by `syncpack lint`.
5959

@@ -72,7 +72,7 @@ syncpack fix --help
7272
syncpack fix -h
7373
```
7474

75-
### [update](https://syncpack.dev/command/update)
75+
### [update](https://jamiemason.github.io/syncpack/command/update)
7676

7777
Update packages to the latest versions from the npm registry, wherever they are in your monorepo.<br/>Semver range preferences are preserved when updating.
7878

@@ -103,7 +103,7 @@ syncpack update --help
103103
syncpack update -h
104104
```
105105

106-
### [format](https://syncpack.dev/command/format)
106+
### [format](https://jamiemason.github.io/syncpack/command/format)
107107

108108
Organise package.json files according to a conventional format, where fields appear in a predictable order and nested fields are ordered alphabetically. Shorthand properties are used where available, such as the `"repository"` and `"bugs"` fields.
109109

@@ -122,7 +122,7 @@ syncpack format --help
122122
syncpack format -h
123123
```
124124

125-
### [list](https://syncpack.dev/command/list)
125+
### [list](https://jamiemason.github.io/syncpack/command/list)
126126

127127
Query and inspect all dependencies in your project, both valid and invalid.
128128

@@ -151,7 +151,7 @@ syncpack list --help
151151
syncpack list -h
152152
```
153153

154-
### [json](https://syncpack.dev/command/json)
154+
### [json](https://jamiemason.github.io/syncpack/command/json)
155155

156156
Output the state of every instance of every dependency as a JSON object, one per line. This command is best used with tools like [`jq`](https://jqlang.org/) for filtering and processing.
157157

0 commit comments

Comments
 (0)