summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-08 04:01:20 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-08 04:01:20 -0500
commite97fdcac47a7ff53143b15e6686a773bd6202e10 (patch)
tree6e062fca0fe151fcce1a277a4063b64e2aa38ded /Makefile
parentd35e13e6beb6825a85a2518adebcc8afd91360af (diff)
Add BufReader.peek()
Original: https://github.com/denoland/deno_std/commit/90cbca40beb7f5523f7ac99b5f317b727d4df3a4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b8488093..ca2135445 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,6 @@ test:
deno test.ts
fmt:
- prettier *.ts --write
+ prettier *.md *.ts --write
.PHONY: test fmt