Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#125)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* Update lockfile

* Add greenkeeper lockfile support

* Fix eslint errors
  • Loading branch information
greenkeeper[bot] authored and ismay committed Dec 9, 2017
1 parent b43252d commit 2bb7857
Show file tree
Hide file tree
Showing 6 changed files with 1,787 additions and 944 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rules": {
"semi": 0,
"arrow-parens": 0,
"comma-dangle": 0
"comma-dangle": 0,
"function-paren-newline": 0
}
}
21 changes: 12 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
install:
- npm i -g npm
- npm i
script:
- npm test
- "6"
- "4"
before_install:
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi
- npm install -g greenkeeper-lockfile@1
before_script:
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
jobs:
include:
- stage: coverage
Expand Down
Loading

0 comments on commit 2bb7857

Please sign in to comment.