Skip to content

Commit 835ab0d

Browse files
committed
fix: Upgrade package dependencies
1 parent 724a1b1 commit 835ab0d

File tree

8 files changed

+744
-876
lines changed

8 files changed

+744
-876
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.idea
2+
.nyc_output
3+
coverage
24
node_modules
35
npm-debug.log
46
tests/actual

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
.editorconfig
44
.idea
55
.npmignore
6+
.nyc_output
67
.vscode
8+
coverage
79
Gruntfile.js
810
node_modules
911
npm-debug.log

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
sudo: false
21
language: node_js
3-
cache:
4-
directories:
5-
- ~/.npm
62
notifications:
73
email: false
84
node_js:
9-
- '12'
10-
- '10'
11-
- '8'
5+
- node
6+
- lts/*
7+
- 8
128
after_success:
139
- npx semantic-release
1410
branches:

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
33
"files.exclude": {
4+
".nyc_output": true,
5+
"coverage": true,
46
"node_modules": true,
57
"npm-debug.log": true
68
}

0 commit comments

Comments
 (0)