Skip to content

Commit

Permalink
fix: include docs in package
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Aug 25, 2018
1 parent 495ba30 commit 5fed2fa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"release": "patch"
}
]
},
"prepare": {
"path": "@semantic-release/exec",
"cmd": "npm run typedoc"
}
},
"nyc": {
Expand All @@ -62,6 +66,7 @@
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@semantic-release/exec": "^3.1.1",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.2",
Expand Down

0 comments on commit 5fed2fa

Please sign in to comment.