diff --git a/.travis.yml b/.travis.yml index 677a401..bb5df1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - couchdb node_js: - - "0.10" + - "5" script: npm run $COMMAND before_script: - "export DISPLAY=:99.0" @@ -33,3 +33,4 @@ branches: only: - master - /^pull*$/ + - /^greenkeeper/.*$/ diff --git a/README.md b/README.md index b0c4b37..5859800 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ PouchDB Plugin Seed ===== +[![Greenkeeper badge](https://badges.greenkeeper.io/pouchdb/plugin-seed.svg)](https://greenkeeper.io/) + [![Build Status](https://travis-ci.org/pouchdb/plugin-seed.svg)](https://travis-ci.org/pouchdb/plugin-seed) Fork this project to build your first PouchDB plugin. It contains everything you need to test in Node, WebSQL, and IndexedDB. It also includes a Travis config file so you diff --git a/package.json b/package.json index ddb3b55..df9e72c 100644 --- a/package.json +++ b/package.json @@ -33,26 +33,26 @@ "coverage": "npm test --coverage && istanbul check-coverage --lines 100 --function 100 --statements 100 --branches 100" }, "dependencies": { - "pouchdb-utils": "5.4.0" + "pouchdb-utils": "6.1.2" }, "devDependencies": { "bluebird": "^3.4.0", - "browserify": "^12.0.2", + "browserify": "^14.1.0", "chai": "^3.5.0", "derequire": "^2.0.0", - "es3ify": "^0.1.3", - "http-server": "^0.5.5", - "istanbul": "^0.2.7", - "jshint": "2.8.0", + "es3ify": "^0.2.2", + "http-server": "^0.9.0", + "istanbul": "^0.4.5", + "jshint": "2.9.4", "mkdirp": "^0.5.0", - "mocha": "^2.5.3", - "phantomjs": "^1.9.7-5", - "pouchdb": "^5.4.0", + "mocha": "^3.2.0", + "phantomjs": "^2.1.7", + "pouchdb": "^6.1.2", "request": "^2.36.0", - "sauce-connect-launcher": "^0.4.2", - "selenium-standalone": "^5.0.0", + "sauce-connect-launcher": "^1.2.0", + "selenium-standalone": "^6.0.1", "uglify-js": "^2.4.13", "watchify": "^3.1.0", - "wd": "^0.2.21" + "wd": "^1.1.3" } }