Skip to content

Commit 3a98e96

Browse files
committed
build: fix package.json for trusted publishing
1 parent fc12e34 commit 3a98e96

File tree

4 files changed

+1600
-1336
lines changed

4 files changed

+1600
-1336
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HAWK Svelte Components
22

33
A suite of Svelte components for use in HAWK projects, they are based on
4-
the [Handson Design System](https://www.figma.com/design/SNtAs3qx6Xvp9yUSPb3vDB/Design-System-redesign).
4+
the [Handson Design System](https://www.figma.com/design/SNtAs3qx6Xvp9yUSPb3vDB/Design-System-redesign). To see the components in action, check out the [Storybook](https://hawk-digital-environments.github.io/hawk-svelte-components); while you can find the source code at [GitHub](https://github.com/hawk-digital-environments/hawk-svelte-components).
55

66
## Installation
77

bin/_env/addons/docker/DockerContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export class DockerContext {
325325
const dockerExecutable = await this.getDockerExecutable();
326326
const composeVersionResult = await execAsync(`${dockerExecutable} compose version`);
327327

328-
if (composeVersionResult.stdout.includes('v2')) {
328+
if (composeVersionResult.stdout.includes('version v')) {
329329
const dockerCompose = 'docker compose';
330330
this._dockerComposeExecutable = dockerCompose;
331331
return dockerCompose;

0 commit comments

Comments
 (0)