Skip to content

Commit

Permalink
Merge pull request #209 from getyoti/release-3.11.0
Browse files Browse the repository at this point in the history
Release 3.11.0
  • Loading branch information
davidgrayston authored Jul 9, 2020
2 parents 69e4d3e + d592bcf commit d52f8d5
Show file tree
Hide file tree
Showing 94 changed files with 2,461 additions and 1,938 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
"imports": "always-multiline",
"objects": "always-multiline"
}],
"no-console": 0
"no-console": 0,
"prefer-object-spread": 0,
},
env: {
"node": true,
Expand Down
9 changes: 8 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ coverage
sonar-project.properties
.travis.yml
.dependabot
docs
docs
.github
.eslintignore
.eslintrc.js
CONTRIBUTING.md
idea
.idea
.vscode
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
install: npm ci
script:
- npm audit --production
- set -o pipefail && npm audit --audit-level=high --parseable | awk -F $'\t' 'NF {print $2,"("$3") - "$4" - "$5" - "$6}' | awk '!visited[$0]++'
- npm test
- &test-compatibility
stage: Compatibility
Expand Down
Loading

0 comments on commit d52f8d5

Please sign in to comment.