Skip to content

Commit

Permalink
release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistlog committed Jul 22, 2020
1 parent eb56ac7 commit 0f61495
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
# 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).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 0f61495

Please sign in to comment.