From 514238c8c6ec2a558fbf256886440db014608ccc Mon Sep 17 00:00:00 2001 From: Joren l'Ami Date: Mon, 21 Nov 2016 14:23:17 +0100 Subject: [PATCH] relational-pouch 1.4.5 --- blueprints/ember-pouch/index.js | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/ember-pouch/index.js b/blueprints/ember-pouch/index.js index 5a5a4fe..ce8b476 100644 --- a/blueprints/ember-pouch/index.js +++ b/blueprints/ember-pouch/index.js @@ -5,7 +5,7 @@ module.exports = { afterInstall: function() { return this.addBowerPackagesToProject([ { name: 'pouchdb', target: '^5.4.5' }, - { name: 'relational-pouch', target: '^1.4.4'}, + { name: 'relational-pouch', target: '^1.4.5'}, { name: 'pouchdb-find', target: '^0.10.2'} ]); } diff --git a/bower.json b/bower.json index bdf8419..8419241 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "ember": "~2.8.0", "ember-cli-shims": "0.1.1", "pouchdb": "^5.4.5", - "relational-pouch": "jlami/relational-pouch#dontsave-hasmany", + "relational-pouch": "^1.4.5", "pouchdb-find": "^0.10.3", "phantomjs-polyfill-object-assign": "chuckplantain/phantomjs-polyfill-object-assign" }