Skip to content

Commit

Permalink
Possible fix for clarkbw#10
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharHD committed Feb 11, 2016
1 parent a8525d1 commit 71c7573
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ In this example we change `createdAt` and `updatedAt` to `createdOn` and `update
"TimeStamp" : {
"createdAt" : "createdOn",
"updatedAt" : "updatedOn",
"required" : false
"required" : false,
"disableAllValidateUpsert" : true
}
}
}
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": "loopback-ds-timestamp-mixin",
"version": "3.2.2",
"version": "3.2.3",
"description": "A mixin to automatically generate created and updated Date attributes for loopback Models",
"main": "index.js",
"scripts": {
Expand Down
30 changes: 25 additions & 5 deletions time-stamp.js

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

0 comments on commit 71c7573

Please sign in to comment.