Skip to content

Commit

Permalink
v0.7.0: Typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
ariabuckles committed Oct 24, 2019
1 parent e44b8e8 commit c1e7ce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-markdown",
"version": "0.6.1",
"version": "0.7.0",
"description": "Javascript markdown parsing, made simple",
"main": "simple-markdown.js",
"types": "simple-markdown.d.ts",
Expand All @@ -21,7 +21,10 @@
"html",
"ast",
"markup",
"text processing"
"text processing",
"extension",
"flow",
"typescript"
],
"author": "Aria Buckles",
"license": "MIT",
Expand Down
Loading

0 comments on commit c1e7ce4

Please sign in to comment.