Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "ember-couchdb-kit",
"description": "An Ember.js adapter for Apache CouchDB",
"version": "1.0.2",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes no sense

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea, here.

"repository": {
"type": "git",
"url": "git://github.com/zatvobor/ember-couchdb-kit.git"
"url": "git://github.com/ValidUSA/ember-couchdb-kit.git"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you provide more about the reason of that.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided that our needs for this project differ from what everyone may need and therefore didn't plan on sending changes back. We have specific needs that aren't in most use cases.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was my first github fork, and I didn't know what to do with this and version.
We definitely prefer the changes to go upstream. Our direction is to use _rev and _attachments instead of adding fields to the document.

},
"main": "dist/ember-couchdb-kit.min.js",
"ignore": [
Expand All @@ -14,9 +15,9 @@
"package.json"
],
"devDependencies": {
"jquery": "1.11.1",
"ember": "1.8.1",
"ember-data": "1.0.0-beta.15",
"jquery": "1.11.3",
"ember": "1.12.0",
"ember-data": "1.0.0-beta.18",
"qunit": "~1.17.1"
}
}
128 changes: 70 additions & 58 deletions dist/ember-couchdb-kit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading