Merge pull request #15 from mailvelope/greenkeeper/update-all

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Tankred Hase 2017-01-20 19:24:13 +00:00 committed by GitHub
commit 2fcedd9f09
3 changed files with 7 additions and 10 deletions

View File

@ -2,11 +2,10 @@ sudo: false
language: node_js language: node_js
node_js: node_js:
- "4" - "4"
- "5"
- "6" - "6"
- "7"
before_script: before_script:
- npm install -g grunt-cli - npm install -g grunt-cli
- sleep 15
- mongo test_db --eval 'db.addUser("travis", "test");' - mongo test_db --eval 'db.addUser("travis", "test");'
notifications: notifications:
email: email:

View File

@ -13,9 +13,7 @@ module.exports = function(grunt) {
jscs: { jscs: {
src: ['*.js', 'src/**/*.js', 'test/**/*.js'], src: ['*.js', 'src/**/*.js', 'test/**/*.js'],
options: { options: {
config: ".jscsrc", config: ".jscsrc"
esnext: true, // If you use ES6 http://jscs.info/overview.html#esnext
verbose: true, // If you need output with rule names http://jscs.info/overview.html#verbose
} }
}, },

View File

@ -24,7 +24,7 @@
"mongodb": "^2.1.20", "mongodb": "^2.1.20",
"nodemailer": "^2.4.2", "nodemailer": "^2.4.2",
"nodemailer-openpgp": "^1.0.2", "nodemailer-openpgp": "^1.0.2",
"npmlog": "^2.0.4", "npmlog": "^4.0.2",
"openpgp": "^2.3.0" "openpgp": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
@ -32,10 +32,10 @@
"co-mocha": "^1.1.2", "co-mocha": "^1.1.2",
"grunt": "^1.0.1", "grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0", "grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0", "grunt-jscs": "^3.0.1",
"grunt-mocha-test": "^0.12.7", "grunt-mocha-test": "^0.13.2",
"mocha": "^2.5.3", "mocha": "^3.2.0",
"sinon": "^1.17.4", "sinon": "^1.17.4",
"supertest": "^1.2.0" "supertest": "^2.0.1"
} }
} }