Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Possible fix for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharHD authored and clarkbw committed Mar 10, 2016
1 parent 86de76a commit 4233568
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 4233568

Please sign in to comment.