Skip to content

Commit

Permalink
🔖 Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Sznajder committed Dec 19, 2019
1 parent 8f1802f commit 6125e93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
],
"prettier.printWidth": 100,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/dsznajder/react-native-otp-inputs"
},
"version": "4.0.5",
"version": "4.1.0",
"main": "lib/module/index.js",
"scripts": {
"clean": "del lib",
Expand Down

0 comments on commit 6125e93

Please sign in to comment.