Skip to content

Commit ec33e45

Browse files
committed
publish: 1.0.6
1 parent bc66fb4 commit ec33e45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-custom-scroll-indicator",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "src/index.tsx",
55
"description": "react native custom indicator",
66
"author": "Jevons",
@@ -9,5 +9,8 @@
99
"react native indicator",
1010
"react-native-custom-scroll-indicator"
1111
],
12-
"license": "ISC"
12+
"license": "ISC",
13+
"publishConfig": {
14+
"registry": "https://npm.pkg.github.com/"
15+
}
1316
}

0 commit comments

Comments
 (0)