From 0f61495633ca5071a3bc8146efffb134bdcfa8f1 Mon Sep 17 00:00:00 2001 From: mistlog Date: Wed, 22 Jul 2020 22:21:04 +0800 Subject: [PATCH] release 0.2.3 --- README.md | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d4da7b5..71f1022 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# TypeDraft · ![Build Status](https://github.com/mistlog/typedraft/workflows/build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/mistlog/typedraft/badge.svg)](https://coveralls.io/github/mistlog/typedraft) - -TypeDraft is a superset of typescript with built-in support for DSL extension and literate programming. - -## Documentation - -The document is maintained in [typedraft-docs](https://github.com/mistlog/typedraft-docs). - -## License - -TypeDraft is [MIT licensed](https://github.com/mistlog/typedraft/blob/master/LICENSE). \ No newline at end of file +# TypeDraft · ![Build Status](https://github.com/mistlog/typedraft/workflows/build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/mistlog/typedraft/badge.svg)](https://coveralls.io/github/mistlog/typedraft) + +TypeDraft is a superset of typescript with built-in support for DSL extension and literate programming. + +## Documentation + +see [https://mistlog.github.io/typedraft-docs/](https://mistlog.github.io/typedraft-docs/). + +## License + +TypeDraft is [MIT licensed](https://github.com/mistlog/typedraft/blob/master/LICENSE). diff --git a/package.json b/package.json index 3528ec2..639958f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedraft", - "version": "0.2.2", + "version": "0.2.3", "description": "TypeDraft is a superset of typescript with built-in support for DSL extension and literate programming.", "keywords": [ "literate programming", @@ -23,7 +23,7 @@ "type": "git", "url": "https://github.com/mistlog/typedraft" }, - "homepage": "https://github.com/mistlog/typedraft", + "homepage": "https://mistlog.github.io/typedraft-docs/", "scripts": { "pretest": "npm run transcribe", "test": "jest --coverage",