Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
- upgrade pug to @3
- drop support for node versions prior to 10.0.0
  • Loading branch information
chrisyip committed Mar 22, 2021
1 parent 66190ef commit 19db997
Show file tree
Hide file tree
Showing 6 changed files with 6,396 additions and 361 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- 8
- 9
- 10
- 11
- 12
- 14
script: "npm test"
after_script:
- "npm install codecov.io"
Expand Down
20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A [Pug](https://github.com/pugjs) middleware for [Koa](http://koajs.com/).

*For TypeScript user: `koa-pug` requires TypeScript@^3.2.*
Support Pug@3.

# How to use

Expand Down
Loading

0 comments on commit 19db997

Please sign in to comment.