diff --git a/package.json b/package.json index f130b1f..388b076 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",