Skip to content

Commit

Permalink
(docs/fix): fix ToC changes / bugs introduced in #307
Browse files Browse the repository at this point in the history
- __DEV__ link stopped working
- Contributors link didn't work

- backtick formatting was removed

- this was all re-generated by using `npx doctoc README.md`
  - doctoc is specified to be used in the ToC comments
  • Loading branch information
agilgur5 committed Dec 27, 2019
1 parent be3c410 commit 1da082e
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Features](#features)
- [Quick Start](#quick-start)
- [npm start or yarn start](#npm-start-or-yarn-start)
- [npm run build or yarn build](#npm-run-build-or-yarn-build)
- [npm test or yarn test](#npm-test-or-yarn-test)
- [npm run lint or yarn lint](#npm-run-lint-or-yarn-lint)
- [prepare script](#prepare-script)
- [`npm start` or `yarn start`](#npm-start-or-yarn-start)
- [`npm run build` or `yarn build`](#npm-run-build-or-yarn-build)
- [`npm test` or `yarn test`](#npm-test-or-yarn-test)
- [`npm run lint` or `yarn lint`](#npm-run-lint-or-yarn-lint)
- [`prepare` script](#prepare-script)
- [Optimizations](#optimizations)
- [Development-only Expressions + Treeshaking](#development-only-expressions--treeshaking)
- [Rollup Treeshaking](#rollup-treeshaking)
- [Advanced babel-plugin-dev-expressions](#advanced-babel-plugin-dev-expressions)
- [__DEV__](#dev)
- [invariant](#invariant)
- [warning](#warning)
- [Advanced `babel-plugin-dev-expressions`](#advanced-babel-plugin-dev-expressions)
- [`__DEV__`](#__dev__)
- [`invariant`](#invariant)
- [`warning`](#warning)
- [Using lodash](#using-lodash)
- [Error extraction](#error-extraction)
- [Customization](#customization)
Expand All @@ -30,13 +31,13 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
- [Inspiration](#inspiration)
- [Comparison to Microbundle](#comparison-to-microbundle)
- [API Reference](#api-reference)
- [tsdx watch](#tsdx-watch)
- [tsdx build](#tsdx-build)
- [tsdx test](#tsdx-test)
- [tsdx lint](#tsdx-lint)
- [`tsdx watch`](#tsdx-watch)
- [`tsdx build`](#tsdx-build)
- [`tsdx test`](#tsdx-test)
- [`tsdx lint`](#tsdx-lint)
- [Author](#author)
- [License](#license)
- [Contributors ✨](#contributors-%e2%9c%a8)
- [Contributors ✨](#contributors-)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit 1da082e

Please sign in to comment.