diff --git a/package.json b/package.json index 88d40e8..340f3ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@react-native-oh-tpl/react-native-typography", - "version": "1.4.1-0.0.1", + "name": "@react-native-ohos/react-native-typography", + "version": "1.4.2", "description": "Pixel–perfect, native–looking typographic styles for React Native", "main": "dist/index.js", @@ -43,7 +43,9 @@ "url": "https://github.com/hectahertz/react-native-typography/issues" }, "homepage": "https://github.com/hectahertz/react-native-typography#readme", - "dependencies": {}, + "dependencies": { + "react-native-typography": "1.4.1" + }, "peerDependencies": { "react": "*", "react-native": "*" @@ -55,7 +57,4 @@ "lint-staged": "^6.0.0", "prettier": "1.9.1" } - "dependencies": { - "react-native-typography": "1.4.1" - }, }