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