Skip to content

Commit

Permalink
relational-pouch 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlami committed Nov 21, 2016
1 parent 329d2e1 commit 514238c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-pouch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
]);
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 514238c

Please sign in to comment.