Typescript publishing steps

This commit is contained in:
Nathan Kunicki 2018-06-21 11:22:06 +01:00
parent 0f37d394b4
commit b8998751e6
2 changed files with 2 additions and 1 deletions

0
.npmignore Normal file
View File

View File

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