Skip to content

Commit

Permalink
fix: Upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 24, 2019
1 parent 93cdea8 commit 18666ac
Show file tree
Hide file tree
Showing 6 changed files with 1,778 additions and 1,558 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.nyc_output
coverage
node_modules
nom-debug.log
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
.editorconfig
.eslintrc
.npmignore
.nyc_output
.travis.yml
.vscode
coverage
node_modules
npm-debug.log
tests
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- node
- lts/*
- 8
after_success:
- npx semantic-release
branches:
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
".nyc_output": true,
"coverage": true,
"node_modules": true,
"npm-debug.log": true
}
Expand Down
Loading

0 comments on commit 18666ac

Please sign in to comment.