Skip to content

Commit

Permalink
Clarify docs to avoid future confusions (#63).
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Jun 27, 2017
1 parent b41faec commit 9f20013
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -7,3 +7,6 @@ indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
indent_size = 2
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -581,6 +581,7 @@ export class Photo {

id: number;

@Type(() => Date)
@Transform(value => moment(value), { toClassOnly: true })
date: Moment;
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -26,6 +26,7 @@
],
"dependencies": {},
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/chai": "^3.4.34",
"@types/es6-shim": "^0.31.32",
"@types/mocha": "^2.2.33",
Expand Down
28 changes: 0 additions & 28 deletions test/functional/prototype-problem.ts

This file was deleted.

0 comments on commit 9f20013

Please sign in to comment.