Generate docs

This commit is contained in:
Nathan Kunicki 2018-06-20 13:54:37 +01:00
parent 40a14a602f
commit fade7f87de

View File

@ -5,7 +5,8 @@
"main": "dist/lpf2.js",
"types": "dist/lpf2.d.ts",
"scripts": {
"build": "tslint -c tslint.json \"*.ts\" && tsc"
"build": "tslint -c tslint.json \"*.ts\" && tsc",
"docs": "jsdoc2md dist/*.js > README.md"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"license": "MIT",