Skip to content

Commit

Permalink
fix broken typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coquand committed Aug 21, 2020
1 parent e463235 commit 3d4b12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A powerful, well tested, data decoder for Typescript.

API Documentation: [Decoder](https://marccoquand.github.io/Decoder/docs/index.html)
API Documentation: [Decoder](https://marccoquand.github.io/Decoder/modules/_index_.html)
Github: [Decoder](https://github.com/MarcCoquand/Decoder)

[![Coverage Status](https://coveralls.io/repos/github/MarcCoquand/Decoder/badge.svg?branch=master)](https://coveralls.io/github/MarcCoquand/Decoder?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 3d4b12f

Please sign in to comment.