Skip to content

Commit

Permalink
chore(exos-scripts): Bump exos-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nanovazquez committed Jul 2, 2020
1 parent 206dba1 commit b71a013
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^14.0.14",
"@types/yargs-interactive": "^2.1.0",
"chalk": "^4.0.0",
"exos-scripts": "^1.0.2",
"exos-scripts": "^1.0.3",
"semantic-release": "^17.1.1",
"typescript": "^3.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion src/commands/init/templates/Library/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length=160
max_line_length = 160
2 changes: 1 addition & 1 deletion src/commands/init/templates/ReactApp/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length=160
max_line_length = 160

0 comments on commit b71a013

Please sign in to comment.