Updated markdown
This commit is contained in:
parent
a75182565f
commit
c89983cb96
4 changed files with 10 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -71,7 +71,8 @@ fabric.properties
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
logs/
|
logs/
|
||||||
#.DS_Store
|
.DS_Store
|
||||||
server_log.txt
|
server_log.txt
|
||||||
ormapp/
|
ormapp/
|
||||||
backup/
|
backup/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 6.1.0
|
||||||
|
|
||||||
|
* Updated `markdown` to 5.x.x
|
||||||
|
|
||||||
## 6.0.0
|
## 6.0.0
|
||||||
|
|
||||||
* Updated to SDK 2.16.x
|
* Updated to SDK 2.16.x
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Welcome to a *simple* Markdown-gen site!
|
Welcome to a *simple* Markdown-gen site!
|
||||||
|
|
||||||
Do you mind **starring** the
|
Do you mind **starring** the
|
||||||
[Angel repository](https://github.com/angel-dart/angel)?
|
[Angel3 repository](https://github.com/dukefirehawk/angel)?
|
||||||
|
|
||||||
```
|
```
|
||||||
Look, a code block!!!
|
Look, a code block!!!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel3_markdown
|
name: angel3_markdown
|
||||||
version: 6.0.0
|
version: 6.1.0
|
||||||
description: Angel3 Markdown view generator. Write static sites, with no build step.
|
description: Angel3 Markdown view generator. Write static sites, with no build step.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/master/packages/markdown
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/markdown
|
||||||
|
@ -8,7 +8,7 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
angel3_framework: ^6.0.0
|
angel3_framework: ^6.0.0
|
||||||
file: ^6.1.2
|
file: ^6.1.2
|
||||||
markdown: ^4.0.0
|
markdown: ^5.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel3_test: ^6.0.0
|
angel3_test: ^6.0.0
|
||||||
lints: ^1.0.0
|
lints: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue