Generate docs
This commit is contained in:
parent
40a14a602f
commit
fade7f87de
@ -5,7 +5,8 @@
|
|||||||
"main": "dist/lpf2.js",
|
"main": "dist/lpf2.js",
|
||||||
"types": "dist/lpf2.d.ts",
|
"types": "dist/lpf2.d.ts",
|
||||||
"scripts": {
|
"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>",
|
"author": "Nathan Kunicki <me@nathankunicki.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user