diff --git a/harmony/text_gradient.har b/harmony/text_gradient.har index 1bff5f3..cb1de56 100644 Binary files a/harmony/text_gradient.har and b/harmony/text_gradient.har differ diff --git a/harmony/text_gradient/oh-package.json5 b/harmony/text_gradient/oh-package.json5 index 1ba9d71..9dbd914 100644 --- a/harmony/text_gradient/oh-package.json5 +++ b/harmony/text_gradient/oh-package.json5 @@ -5,7 +5,7 @@ name: '@react-native-oh-tpl/react-native-text-gradient', description: '', main: 'index.ets', - version: '0.1.7-0.0.3', + version: '0.1.7-0.0.4', dependencies: { "@rnoh/react-native-openharmony": 'file:../react_native_openharmony', }, diff --git a/package.json b/package.json index ce01d0d..a676c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-text-gradient", - "version": "0.1.7-0.0.3", + "version": "0.1.7-0.0.4", "description": "Text gradient for React-Native", "main": "src/index.js", "types": "src/index.d.ts", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/iyegoroff/react-native-text-gradient.git" + "url": "git+https://github.com/react-native-oh-library/react-native-text-gradient.git" }, "keywords": [ "react-native", @@ -19,9 +19,9 @@ "author": "iyegoroff ", "license": "MIT", "bugs": { - "url": "https://github.com/iyegoroff/react-native-text-gradient/issues" + "url": "https://github.com/react-native-oh-library/react-native-text-gradient/issues" }, - "homepage": "https://github.com/iyegoroff/react-native-text-gradient#readme", + "homepage": "https://github.com/react-native-oh-library/react-native-text-gradient#readme", "peerDependencies": { "react": "*", "react-native": "*", @@ -39,5 +39,9 @@ "*.md", "patch-rn.js", "harmony" - ] + ], + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + } }