mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
Add markdown-toc
This commit is contained in:
@ -34,6 +34,7 @@
|
|||||||
"babel-register": "^6.16.3",
|
"babel-register": "^6.16.3",
|
||||||
"cross-env": "^2.0.1",
|
"cross-env": "^2.0.1",
|
||||||
"husky": "^0.11.4",
|
"husky": "^0.11.4",
|
||||||
|
"markdown-toc": "^0.13.0",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"mocha": "^3.1.2",
|
"mocha": "^3.1.2",
|
||||||
"os-tmpdir": "^1.0.1",
|
"os-tmpdir": "^1.0.1",
|
||||||
@ -50,6 +51,7 @@
|
|||||||
"start": "node bin",
|
"start": "node bin",
|
||||||
"prepush": "npm t",
|
"prepush": "npm t",
|
||||||
"build": "babel src -d lib --copy-files",
|
"build": "babel src -d lib --copy-files",
|
||||||
|
"toc": "markdown-toc -i README.md",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user