Skip to content

Commit a42373e

Browse files
committed
Add markdown-toc
1 parent 1cb4e3e commit a42373e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"babel-register": "^6.16.3",
3535
"cross-env": "^2.0.1",
3636
"husky": "^0.11.4",
37+
"markdown-toc": "^0.13.0",
3738
"mkdirp": "^0.5.1",
3839
"mocha": "^3.1.2",
3940
"os-tmpdir": "^1.0.1",
@@ -50,6 +51,7 @@
5051
"start": "node bin",
5152
"prepush": "npm t",
5253
"build": "babel src -d lib --copy-files",
54+
"toc": "markdown-toc -i README.md",
5355
"prepublish": "npm run build"
5456
},
5557
"repository": {

0 commit comments

Comments
 (0)