Skip to content

Commit

Permalink
fix: travis node version, include docs in dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Feb 1, 2020
1 parent 127909d commit 78799a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- test
- deploy
language: node_js
node_js: 11
node_js: 'lts/*'
python:
- 3.5
cache:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"type": "git"
},
"files": [
"dist/**/*"
"dist/**/*",
"docs/**/*"
],
"author": "Kevin Chappell <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 78799a5

Please sign in to comment.