Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Oct 29, 2021
1 parent 09419f6 commit e89932d
Show file tree
Hide file tree
Showing 20 changed files with 28,459 additions and 8,981 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/coverage
/node_modules
*.sublime-project
*.sublime-workspace
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ branches:
language: node_js
node_js:
- stable
- 12
- 10
- "--lts"
env:
global:
- CC_TEST_REPORTER_ID=38aa500b8b54a16b7201c6c2c78a6abcc5719e39353cfaff9c200c329f0496a2
Expand Down
5 changes: 5 additions & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const config = {
files: ['test/*.js'],
}

export default config
2 changes: 1 addition & 1 deletion docs/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e89932d

Please sign in to comment.