Skip to content

Commit

Permalink
add package lock file for ci (#1)
Browse files Browse the repository at this point in the history
* add package lock file for ci
* add build command
  • Loading branch information
vcfvct authored Jul 1, 2021
1 parent 198b050 commit 3824449
Show file tree
Hide file tree
Showing 3 changed files with 5,445 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This lib provide decorator for fixed width file so that the domain class and spe
`npm i fixed-width-ts-decorator`

## Example
This lib relies on [reflect-metadata](https://github.com/rbuckton/reflect-metadata).
This lib uses [reflect-metadata](https://github.com/rbuckton/reflect-metadata) for Meta programming.

### Model definition

Expand Down Expand Up @@ -62,4 +62,4 @@ export class Transaction extends FixedWidthConvertible{

console.log(rs);
})()
```
```
Loading

0 comments on commit 3824449

Please sign in to comment.