Skip to content

Commit

Permalink
fix(17): make compiler newLine be LF to fix yarn issue on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 11, 2021
1 parent 97359ff commit f87c86e
Show file tree
Hide file tree
Showing 6 changed files with 1,319 additions and 883 deletions.
2 changes: 1 addition & 1 deletion abi-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-abi-types-generator",
"version": "1.1.7",
"version": "1.1.8",
"description": "Generate types from an ethereum ABI json file.",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions abi-types-generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"newLine": "LF",

/* Advanced Options */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
Expand Down
Binary file removed examples/ethereum-abi-types-generator-1.1.5.tgz
Binary file not shown.
Binary file added examples/ethereum-abi-types-generator-1.1.8.tgz
Binary file not shown.
Loading

0 comments on commit f87c86e

Please sign in to comment.