Skip to content

Commit

Permalink
Version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
javve committed Jan 16, 2020
1 parent 9a454d4 commit a753558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist/yayson.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ module.exports = function(utils, adapter) {
}
attributes = utils.clone(this.constructor.adapter.get(instance));
delete attributes['id'];
delete attributes['type'];
relationships = this.relationships();
for (key in relationships) {
delete attributes[key];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yayson",
"version": "2.0.8",
"version": "2.0.9",
"description": "A library for serializing and reading JSON API standardized data in JavaScript.",
"main": "lib/yayson.js",
"scripts": {
Expand Down

0 comments on commit a753558

Please sign in to comment.