Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
makarov-roman committed Sep 21, 2018
1 parent 4fdd504 commit ec41636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"statements": 95
}
},
"collectCoverage": true
"collectCoverage": false
},
"prettier": {
"semi": false,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"typeRoots": [
Expand Down

0 comments on commit ec41636

Please sign in to comment.