Skip to content

Commit

Permalink
Merge pull request #6 from CofferHub/Dheyson/issue4
Browse files Browse the repository at this point in the history
[DOC] Improve package json meta-tags
  • Loading branch information
dheysonalves authored Oct 25, 2020
2 parents ea7a6cf + 9c02835 commit b8f4526
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,20 +20,29 @@
},
"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",
"alphabet",
"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": "[email protected]",
"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",
Expand Down

0 comments on commit b8f4526

Please sign in to comment.