build: exclude docs from package

Fixes #56
This commit is contained in:
Karl-Philipp Wulfert
2019-04-15 15:43:19 +02:00
parent a2f44762f9
commit b5e0b76c24
5 changed files with 749 additions and 590 deletions

View File

@@ -42,8 +42,8 @@
"ts-optchain": "0.1.3"
},
"devDependencies": {
"@openstapps/configuration": "0.9.0",
"@openstapps/core-tools": "0.5.0",
"@openstapps/configuration": "0.11.0",
"@openstapps/core-tools": "0.5.1",
"@openstapps/logger": "0.0.5",
"@types/chai": "4.1.7",
"@types/node": "10.14.4",
@@ -52,14 +52,14 @@
"chai": "4.2.0",
"commander": "2.20.0",
"conventional-changelog-cli": "2.0.12",
"mocha": "6.1.2",
"mocha": "6.1.3",
"mocha-typescript": "1.1.17",
"nyc": "13.3.0",
"rimraf": "2.6.3",
"ts-node": "8.0.3",
"ts-node": "8.1.0",
"tslint": "5.15.0",
"typedoc": "0.14.2",
"typescript": "3.4.1"
"typescript": "3.4.3"
},
"nyc": {
"check-coverage": true,