Skip to content

Commit

Permalink
chore: removing travis and trying to support node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Steele committed Mar 4, 2021
1 parent 2de0ded commit 5fcc344
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

127 changes: 127 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
"collectCoverage": true,
"testEnvironment": "jest-environment-jsdom-sixteen"
},
"keywords": [
"dotenv",
Expand Down Expand Up @@ -54,6 +55,7 @@
"@babel/register": "^7.13.8",
"husky": "^5.1.3",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jsdoc": "^3.6.6",
"rimraf": "^3.0.0",
"sinon": "^9.0.3",
Expand Down

0 comments on commit 5fcc344

Please sign in to comment.