diff --git a/package.json b/package.json index 813aee2..8ae1a66 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "couchdb-objects": "^1.0.0", "couchdb-eval": "^1.0.0", "pouchdb-promise": "^0.0.0", - "random-uuid-v4": "^0.0.4", + "random-uuid-v4": "^0.0.5", "pouchdb-plugin-error": "^1.0.0", "pouchdb-wrappers": "^1.0.0", "pouchdb-bulkdocs-wrapper": "^1.0.0" @@ -31,7 +31,7 @@ "devDependencies": { "pouchdb-plugin-helper": "^2.0.0" }, - "scripts": { + "scripts": { "helper": "./node_modules/.bin/pouchdb-plugin-helper", "test": "npm run helper -- test", "build": "npm run helper -- build Validation"