Skip to content

Commit

Permalink
Merge pull request #53 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Mar 25, 2024
2 parents b71b6a7 + 65d2db1 commit 3fe28b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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: [src/commands/create.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/create.ts)_

## `swup help [COMMANDS]`

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

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

## `swup package:check`

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

_See code: [src/commands/package/check.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/check.ts)_
_See code: [src/commands/package/check.ts](https://github.com/swup/cli/blob/5.0.3/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: [src/commands/package/dev.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/dev.ts)_
_See code: [src/commands/package/dev.ts](https://github.com/swup/cli/blob/5.0.3/src/commands/package/dev.ts)_

## `swup package:format`

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

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

## `swup package:lint`

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

_See code: [src/commands/package/lint.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/package/lint.ts)_
_See code: [src/commands/package/lint.ts](https://github.com/swup/cli/blob/5.0.3/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: [src/commands/validate.ts](https://github.com/swup/cli/blob/5.0.2/src/commands/validate.ts)_
_See code: [src/commands/validate.ts](https://github.com/swup/cli/blob/5.0.3/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.2",
"version": "5.0.3",
"description": "Swup CLI for plugin development and site validation",
"type": "module",
"author": {
Expand Down

0 comments on commit 3fe28b7

Please sign in to comment.