Skip to content

Commit 7368bc0

Browse files
committed
0.6.3
1 parent 16476b5 commit 7368bc0

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scroll-bottom-sheet",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Cross platform scrollable bottom sheet with virtualization support, running at 60 FPS and fully implemented in JS land",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -82,17 +82,23 @@
8282
"@react-native-community",
8383
"prettier"
8484
],
85-
"plugins": ["header"],
85+
"plugins": [
86+
"header"
87+
],
8688
"rules": {
87-
"header/header": [2, "block", [
88-
"*",
89-
" * Copyright (c) 2020 Raul Gomez Acuna",
90-
" *",
91-
" * This source code is licensed under the MIT license found in the",
92-
" * LICENSE file in the root directory of this source tree.",
93-
" *",
94-
" "
95-
]],
89+
"header/header": [
90+
2,
91+
"block",
92+
[
93+
"*",
94+
" * Copyright (c) 2020 Raul Gomez Acuna",
95+
" *",
96+
" * This source code is licensed under the MIT license found in the",
97+
" * LICENSE file in the root directory of this source tree.",
98+
" *",
99+
" "
100+
]
101+
],
96102
"@typescript-eslint/no-unused-vars": "off",
97103
"prettier/prettier": [
98104
"error",

0 commit comments

Comments
 (0)