Skip to content

Commit

Permalink
Merge pull request #14 from nib-health-funds/fix-eslint-security-issues
Browse files Browse the repository at this point in the history
Upgrade to Node.js 10.x and fix security vulnerabilities
  • Loading branch information
hlmartin committed Jul 16, 2019
2 parents 3b3b2e6 + 4a44829 commit fe75aef
Show file tree
Hide file tree
Showing 5 changed files with 5,943 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"node": true,
"es6": true,
"mocha": true
},
"rules": {
"no-console": 0,
"object-curly-spacing": "off"
},
"extends": "jameslnewell/node"
}
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: node_js
env:
- REPO_NAMES="test-repo"
node_js:
- "6"
- "10"
install: npm install
script: npm run build
Loading

0 comments on commit fe75aef

Please sign in to comment.