diff --git a/package.json b/package.json index 100d57c..b7c7d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flatlist-alphabet", - "version": "1.1.0", + "version": "1.1.1", "description": "A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,8 +20,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/CofferHub/react-native-section-alphabet-list.git", - "baseUrl": "https://github.com/CofferHub/react-native-section-alphabet-list" + "url": "git+https://github.com/CofferHub/react-native-flatlist-alphabet.git", + "baseUrl": "https://github.com/CofferHub/react-native-flatlist-alphabet" }, "keywords": [ "react-native", @@ -29,11 +29,20 @@ "SectionList", "letters", "address", - "addressbook" + "addressbook", + "FlatList", + "typescript", + "react-native-components" ], + "bugs": { + "url": "https://github.com/CofferHub/react-native-flatlist-alphabet/issues" + }, "author": { - "name": "CofferHub" + "name": "CofferHub", + "email": "coffer.hub@gmail.com", + "url": "https://github.com/CofferHub" }, + "homepage": "https://github.com/CofferHub/react-native-flatlist-alphabet/blob/master/README.md", "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md",