Skip to content

Commit

Permalink
Merge branch 'master' into sortenter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Mar 2, 2019
2 parents 6eaf28b + b9ff912 commit b1ceb35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- "node"
before_install:
- npm i -g npm@5.7.1
- npm install -g greenkeeper-lockfile@1
- greenkeeper-lockfile-update
install:
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@
},
"testMatch": [
"**/__tests__/**/*.test.(ts|js)"
]
],
"globals": {
"ts-jest": {
"diagnostics": false
}
}
},
"standard": {
"parser": "typescript-eslint-parser",
Expand Down

0 comments on commit b1ceb35

Please sign in to comment.