Skip to content

Commit a600fc5

Browse files
committed
1.3.2 Add table of contents to README.md
1 parent f4b554b commit a600fc5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
file-replace-loader is webpack loader that allows you replace files in compile time by some condition.
77

8+
## Table of contents
9+
10+
* [Features](#features)
11+
* [Installation](#installation)
12+
* [Usage](#usage)
13+
* [Multiple replace](#multiple-replace)
14+
* [Using with binary files](#using-with-binary-files)
15+
* [Using with other loaders](#using-with-other-loaders)
16+
* [Loader options](#loader-options)
17+
* [Contributing](#contributing)
18+
* [License](#license)
19+
820
## Features
921

1022
* Compatibility with webpack 3.x, 4.x, 5.x;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-replace-loader",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "file-replace-loader is webpack loader that allows you replace files in compile time",
55
"author": "Evgeny Vyushin <[email protected]> (https://github.com/vyushin)",
66
"contributors": [

0 commit comments

Comments
 (0)