Merge pull request #15 from mailvelope/greenkeeper/update-all
Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
commit
2fcedd9f09
@ -2,11 +2,10 @@ sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
- "7"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
- sleep 15
|
||||
- mongo test_db --eval 'db.addUser("travis", "test");'
|
||||
notifications:
|
||||
email:
|
||||
|
@ -13,9 +13,7 @@ module.exports = function(grunt) {
|
||||
jscs: {
|
||||
src: ['*.js', 'src/**/*.js', 'test/**/*.js'],
|
||||
options: {
|
||||
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
|
||||
config: ".jscsrc"
|
||||
}
|
||||
},
|
||||
|
||||
|
10
package.json
10
package.json
@ -24,7 +24,7 @@
|
||||
"mongodb": "^2.1.20",
|
||||
"nodemailer": "^2.4.2",
|
||||
"nodemailer-openpgp": "^1.0.2",
|
||||
"npmlog": "^2.0.4",
|
||||
"npmlog": "^4.0.2",
|
||||
"openpgp": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -32,10 +32,10 @@
|
||||
"co-mocha": "^1.1.2",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-jscs": "^2.8.0",
|
||||
"grunt-mocha-test": "^0.12.7",
|
||||
"mocha": "^2.5.3",
|
||||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-mocha-test": "^0.13.2",
|
||||
"mocha": "^3.2.0",
|
||||
"sinon": "^1.17.4",
|
||||
"supertest": "^1.2.0"
|
||||
"supertest": "^2.0.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user