Skip to content

Commit

Permalink
Updated kendo and pouchDB to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Oct 3, 2015
1 parent ffa182e commit 2aba97c
Show file tree
Hide file tree
Showing 18 changed files with 6,188 additions and 3,107 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kendo-pouchdb",
"main": "kendo-pouchdb.js",
"version": "0.1.5",
"version": "0.1.6",
"description": "Kendo UI adapter for PouchDB",

"homepage": "https://github.com/terikon/kendo-pouchdb",
Expand Down Expand Up @@ -35,9 +35,9 @@

"dependencies": {
"jquery": "^2.1.4",
"pouchdb": "^3.4.0",
"pouchdb": "^4.0.0",
"pouchdb-collate": "^1.2.0",
"pouchdb-find": "^0.3.4"
"pouchdb-find": "^0.4.0"
},

"ignore": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kendo-pouchdb",
"title": "kendoPouchDB",
"version": "0.1.5",
"version": "0.1.6",
"description": "Kendo UI adapter for PouchDB",
"main": "kendo-pouchdb.js",
"scripts": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"pouchdb": "^3.4.0",
"pouchdb": "^4.0.0",
"pouchdb-collate": "^1.2.0",
"pouchdb-find": "^0.3.4"
"pouchdb-find": "^0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand All @@ -47,6 +47,6 @@
"grunt-contrib-jasmine": "^0.9.0",
"underscore": "^1.8.3",
"grunt-kendo-lint": "~0.0.3",
"load-grunt-tasks": "~3.2.0"
"load-grunt-tasks": "~3.3.0"
}
}
Loading

0 comments on commit 2aba97c

Please sign in to comment.