Skip to content

Commit

Permalink
chore: adapt code to updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Oct 10, 2017
1 parent 42cf3e6 commit 1adb769
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ branches:
addons:
code_climate:
repo_token: d8d04f10e1e84541a1b7b15ca5d9c3db46a6d99c2299d8a5bd0c1edffc75870d
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success:
- yarn global add codeclimate-test-reporter
- codeclimate-test-reporter < ./coverage/lcov.info
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

## Features

[![Greenkeeper badge](https://badges.greenkeeper.io/notifme/notifme-sdk.svg)](https://greenkeeper.io/)

* **Easy channel integration** — Want to start sending `emails` | `SMS` | `pushes` | `webpushes` | `slack`? Do so in no time!

* **Unique documentation** — Don't look everywhere for the parameters you need to pass, just do it once. **Switching provider becomes a no-brainer**.
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"cost-of-modules": "1.0.1",
"flow-bin": "0.56.0",
"flow-bin": "0.52.0",
"jest": "21.2.1",
"nodemon": "1.12.1",
"notification-catcher": "1.1.0",
Expand Down Expand Up @@ -77,5 +77,10 @@
"statements": 100
}
}
},
"greenkeeper": {
"ignore": [
"flow-bin"
]
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,9 +3495,9 @@ nodemailer-shared@^1.1.0:
dependencies:
nodemailer-fetch "1.6.0"

[email protected].2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.1.2.tgz#82e1fb61ddc7272fe4f34c5ba6adaa99faa8b635"
[email protected].3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.1.3.tgz#4125a6ef79ecfb68357a65c34e4810f210ae120c"

[email protected]:
version "1.12.1"
Expand Down

0 comments on commit 1adb769

Please sign in to comment.