From 3d4b12f4c5bca407057f4a6925ace2cb790e8d08 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 21 Aug 2020 12:14:34 +0200 Subject: [PATCH] fix broken typedoc --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee8bc4b..763bd41 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 062e3fd..eb444c0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",