@@ -89,7 +89,7 @@ FLAG DESCRIPTIONS
8989 Choose the type of project to create: plugin or theme. Not required if name ends with "Plugin" or "Theme".
9090```
9191
92- _ See code: [ src/commands/create.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/create.ts ) _
92+ _ See code: [ src/commands/create.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/create.ts ) _
9393
9494## ` swup help [COMMANDS] `
9595
@@ -136,7 +136,7 @@ FLAG DESCRIPTIONS
136136 Check for required package.json fields before bundling. Disable using --no-check.
137137```
138138
139- _ See code: [ src/commands/package/build.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/package/build.ts ) _
139+ _ See code: [ src/commands/package/build.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/package/build.ts ) _
140140
141141## ` swup package:check `
142142
@@ -155,7 +155,7 @@ EXAMPLES
155155 $ swup package:check
156156```
157157
158- _ See code: [ src/commands/package/check.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/package/check.ts ) _
158+ _ See code: [ src/commands/package/check.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/package/check.ts ) _
159159
160160## ` swup package:dev `
161161
@@ -182,7 +182,7 @@ FLAG DESCRIPTIONS
182182 Check for required package.json fields before bundling. Disable using --no-check.
183183```
184184
185- _ See code: [ src/commands/package/dev.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/package/dev.ts ) _
185+ _ See code: [ src/commands/package/dev.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/package/dev.ts ) _
186186
187187## ` swup package:format `
188188
@@ -201,7 +201,7 @@ EXAMPLES
201201 $ swup package:format
202202```
203203
204- _ See code: [ src/commands/package/format.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/package/format.ts ) _
204+ _ See code: [ src/commands/package/format.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/package/format.ts ) _
205205
206206## ` swup package:lint `
207207
@@ -220,7 +220,7 @@ EXAMPLES
220220 $ swup package:lint
221221```
222222
223- _ See code: [ src/commands/package/lint.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/package/lint.ts ) _
223+ _ See code: [ src/commands/package/lint.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/package/lint.ts ) _
224224
225225## ` swup validate `
226226
@@ -298,5 +298,5 @@ FLAG DESCRIPTIONS
298298 CSS properties expected to change during animations, separated by comma.
299299```
300300
301- _ See code: [ src/commands/validate.ts] ( https://github.com/swup/cli/blob/5.0.2 /src/commands/validate.ts ) _
301+ _ See code: [ src/commands/validate.ts] ( https://github.com/swup/cli/blob/5.0.3 /src/commands/validate.ts ) _
302302<!-- commandsstop -->
0 commit comments