Skip to content

Commit

Permalink
add TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hermann committed Apr 21, 2015
1 parent 749b2b9 commit 5237700
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"scripts": {
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R nyan --report lcov --compilers js:babel/register --ui qunit ./tests",
"toc": "doctoc ./readme.md",
"mocha": "mocha --compilers js:babel/register --ui qunit ./tests",
"compile": "cd ./src; babel --loose=all ./*.js --out-dir ../",
"clean": "rm *.js",
Expand All @@ -30,6 +31,7 @@
"devDependencies": {
"babel": "^5.1.10",
"coveralls": "^2.11.2",
"doctoc": "^0.12.0",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "0.0.2"
Expand Down
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
PRs are welcome!

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Install](#install)
- [API](#api)
- [head](#head)
- [tail](#tail)
- [nth](#nth)
- [and](#and)
- [or](#or)
- [not](#not)
- [nor](#nor)
- [nand](#nand)
- [bitAnd](#bitand)
- [bitOr](#bitor)
- [xor](#xor)
- [compose](#compose)
- [apply](#apply)
- [noop](#noop)
- [License](#license)

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

## Install

```
Expand Down

0 comments on commit 5237700

Please sign in to comment.