Skip to content

Commit 21d0f11

Browse files
committed
2.0.0
1 parent 98d4e2a commit 21d0f11

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
## Commands
1515
<!-- commands -->
16-
- [`aio app dev`](#aio-app-dev)
16+
* [`aio app dev`](#aio-app-dev)
1717

1818
## `aio app dev`
1919

2020
Run your App Builder app locally
2121

22-
```sh
22+
```
2323
USAGE
2424
$ aio app dev [-v] [--version] [-o] [-e <value>]
2525
@@ -33,7 +33,7 @@ DESCRIPTION
3333
Run your App Builder app locally
3434
```
3535

36-
_See code: [src/commands/app/dev/index.js](https://github.com/adobe/aio-cli-plugin-app-dev/blob/1.1.2/src/commands/app/dev/index.js)_
36+
_See code: [src/commands/app/dev/index.js](https://github.com/adobe/aio-cli-plugin-app-dev/blob/2.0.0/src/commands/app/dev/index.js)_
3737
<!-- commandsstop -->
3838

3939
## Overriding the hostname and port

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli-plugin-app-dev",
33
"description": "run a localhost dev server to serve actions locally",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"repository": "adobe/aio-cli-plugin-app-dev",
66
"homepage": "https://github.com/adobe/aio-cli-plugin-app-dev",
77
"bugs": "https://github.com/adobe/aio-cli-plugin-app-dev/issues",

0 commit comments

Comments
 (0)