diff --git a/README.md b/README.md index ed0d117..1b2ce15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ pouchdb-fauxton-logic ===================== +[![Greenkeeper badge](https://badges.greenkeeper.io/pouchdb/pouchdb-fauxton-logic.svg)](https://greenkeeper.io/) + [![Build Status](https://travis-ci.org/pouchdb/pouchdb-fauxton-logic.svg)](https://travis-ci.org/pouchdb/pouchdb-fauxton-logic) This repository contains the JavaScript that's added to diff --git a/package.json b/package.json index 2b7b03d..8ac6463 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ ], "license": "Apache-2.0", "dependencies": { - "pouchdb": "^3.2.1", - "lie": "^2.6.0", + "pouchdb": "^6.1.2", + "lie": "^3.1.1", "pouchdb-all-dbs": "^1.0.1", - "random-uuid-v4": "^0.0.4", + "random-uuid-v4": "^0.0.6", "pouchdb-route": "^1.0.2" }, "devDependencies": { "brfs": "^1.3.0", - "browserify": "^6.1.0", - "mocha": "^2.1.0" + "browserify": "^14.1.0", + "mocha": "^3.2.0" }, "scripts": { "build-debug": "./node_modules/.bin/browserify lib/index.js -o fauxton/js/pouchdb-offline.js",