Skip to content

Commit 7f48119

Browse files
committedNov 13, 2020
Reduce npm module size, bump node version on travis
1 parent e8c9744 commit 7f48119

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ npm-debug.log
1313
xeno
1414

1515
sass
16-
.sass-cache
16+
.sass-cache
17+
18+
.travis.yml
19+
test/

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- 8.12.0
4+
- 12.19.0
55

6-
sudo: false
6+
sudo: required

0 commit comments

Comments
 (0)
Please sign in to comment.