Skip to content

Commit

Permalink
Merge pull request #48 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Oct 2, 2023
2 parents d4ee9ff + e8801aa commit 4d56d5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ FLAG DESCRIPTIONS
Choose the type of project to create: plugin or theme. Not required if name ends with "Plugin" or "Theme".
```

_See code: [dist/commands/create.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/create.ts)_

## `swup help [COMMANDS]`

Expand All @@ -109,7 +109,7 @@ DESCRIPTION
Display help for swup.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.19/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.20/src/commands/help.ts)_

## `swup package:build`

Expand All @@ -136,7 +136,7 @@ FLAG DESCRIPTIONS
Check for required package.json fields before bundling. Disable using --no-check.
```

_See code: [dist/commands/package/build.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/package/build.ts)_
_See code: [src/commands/package/build.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/build.ts)_

## `swup package:check`

Expand All @@ -155,7 +155,7 @@ EXAMPLES
$ swup package:check
```

_See code: [dist/commands/package/check.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/package/check.ts)_
_See code: [src/commands/package/check.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/check.ts)_

## `swup package:dev`

Expand All @@ -182,7 +182,7 @@ FLAG DESCRIPTIONS
Check for required package.json fields before bundling. Disable using --no-check.
```

_See code: [dist/commands/package/dev.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/package/dev.ts)_
_See code: [src/commands/package/dev.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/dev.ts)_

## `swup package:format`

Expand All @@ -201,7 +201,7 @@ EXAMPLES
$ swup package:format
```

_See code: [dist/commands/package/format.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/package/format.ts)_
_See code: [src/commands/package/format.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/format.ts)_

## `swup package:lint`

Expand All @@ -220,7 +220,7 @@ EXAMPLES
$ swup package:lint
```

_See code: [dist/commands/package/lint.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/package/lint.ts)_
_See code: [src/commands/package/lint.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/lint.ts)_

## `swup validate`

Expand Down Expand Up @@ -298,5 +298,5 @@ FLAG DESCRIPTIONS
CSS properties expected to change during animations, separated by comma.
```

_See code: [dist/commands/validate.ts](https://github.com/swup/cli/blob/v5.0.0/dist/commands/validate.ts)_
_See code: [src/commands/validate.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/validate.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swup/cli",
"version": "5.0.1",
"version": "5.0.2",
"description": "Swup CLI for plugin development and site validation",
"type": "module",
"author": {
Expand Down

0 comments on commit 4d56d5f

Please sign in to comment.