Skip to content

Commit

Permalink
Reduce npm module size, bump node version on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 13, 2020
1 parent e8c9744 commit 7f48119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ npm-debug.log
xeno

sass
.sass-cache
.sass-cache

.travis.yml
test/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js

node_js:
- 8.12.0
- 12.19.0

sudo: false
sudo: required

0 comments on commit 7f48119

Please sign in to comment.