Skip to content

Commit ed56901

Browse files
committed
remove registry
1 parent fe7d1db commit ed56901

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fe-eule/react-keyboard-avoiding-view",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"private": false,
55
"description": "This component is a component that automatically adjusts the view so that the fixed element is not covered by the keyboard when the keyboard appears on iOS devices.",
66
"keywords": [
@@ -53,7 +53,6 @@
5353
},
5454
"publishConfig": {
5555
"main": "dist/index.js",
56-
"source": "src/index.ts",
57-
"registry": "https://npm.pkg.github.com/"
56+
"source": "src/index.ts"
5857
}
5958
}

0 commit comments

Comments
 (0)