Skip to content

Commit

Permalink
feat(package): add markdown toc with doctoc
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jun 29, 2016
1 parent 08b5b7e commit fb86355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"build": "npm run build:dist && npm run build:docs",
"prebuild:dist": "rimraf dist",
"build:dist": "babel src -d dist",
"prebuild:docs": "build:docs-toc",
"build:docs": "gulp docs",
"build:docs-toc": "doctoc README.md CONTRIBUTING.md --github --maxlevel 4",
"predeploy:docs": "NODE_ENV=production npm run build:docs",
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
"lint": "eslint .",
Expand Down Expand Up @@ -66,6 +68,7 @@
"css-loader": "^0.23.1",
"del": "^2.0.2",
"dirty-chai": "^1.2.2",
"doctoc": "^1.2.0",
"doctrine": "^1.2.1",
"empty": "^0.10.1",
"enzyme": "^2.2.0",
Expand Down

0 comments on commit fb86355

Please sign in to comment.