Skip to content

Commit

Permalink
Update deps. Add slzb07mg24 links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Oct 28, 2024
1 parent c83f526 commit b805aee
Show file tree
Hide file tree
Showing 7 changed files with 926 additions and 1,260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
commit: ${{ github.ref_name }}
skipIfReleaseExists: true

- run: npm install
- run: npm ci
if: ${{ steps.version-check.outputs.skipped == 'false' }}
- run: npm install -g oclif
if: ${{ steps.version-check.outputs.skipped == 'false' }}
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ npm install -g ember-zli
$ ember-zli COMMAND
running command...
$ ember-zli (--version)
ember-zli/2.6.1 win32-x64 node-v20.15.0
ember-zli/2.6.2 win32-x64 node-v20.15.0
$ ember-zli --help [COMMAND]
USAGE
$ ember-zli COMMAND
Expand Down Expand Up @@ -108,7 +108,7 @@ EXAMPLES
$ ember-zli bootloader
```

_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.1/src/commands/bootloader/index.ts)_
_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.2/src/commands/bootloader/index.ts)_

## `ember-zli help [COMMAND]`

Expand All @@ -128,7 +128,7 @@ DESCRIPTION
Display help for ember-zli.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.15/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.16/src/commands/help.ts)_

## `ember-zli router`

Expand All @@ -145,7 +145,7 @@ EXAMPLES
$ ember-zli router
```

_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.1/src/commands/router/index.ts)_
_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.2/src/commands/router/index.ts)_

## `ember-zli sniff`

Expand All @@ -162,7 +162,7 @@ EXAMPLES
$ ember-zli sniff
```

_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.1/src/commands/sniff/index.ts)_
_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.2/src/commands/sniff/index.ts)_

## `ember-zli stack`

Expand All @@ -179,7 +179,7 @@ EXAMPLES
$ ember-zli stack
```

_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.1/src/commands/stack/index.ts)_
_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.2/src/commands/stack/index.ts)_

## `ember-zli utils`

Expand All @@ -196,7 +196,7 @@ EXAMPLES
$ ember-zli utils
```

_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.1/src/commands/utils/index.ts)_
_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.6.2/src/commands/utils/index.ts)_

## `ember-zli version`

Expand Down
Loading

0 comments on commit b805aee

Please sign in to comment.