Skip to content

Commit 21d0f11

Browse files
committed
2.0.0
1 parent 98d4e2a commit 21d0f11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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

+1-1
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)