We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc66fb4 commit ec33e45Copy full SHA for ec33e45
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-custom-scroll-indicator",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"main": "src/index.tsx",
5
"description": "react native custom indicator",
6
"author": "Jevons",
@@ -9,5 +9,8 @@
9
"react native indicator",
10
"react-native-custom-scroll-indicator"
11
],
12
- "license": "ISC"
+ "license": "ISC",
13
+ "publishConfig": {
14
+ "registry": "https://npm.pkg.github.com/"
15
+ }
16
}
0 commit comments