Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Jul 19, 2023
1 parent 1fdde3f commit cf3a464
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tree-multi-select",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tree view with multi selection using checkbox",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-native-tree-select",
"react-native-checkbox-list",
"react-native-tree-checkbox"
],
],
"repository": "https://github.com/JairajJangle/react-native-tree-multi-select",
"author": "Jairaj Jangle <jairaj.jangle@gmail.com> (https://github.com/JairajJangle)",
"license": "MIT",
Expand Down Expand Up @@ -123,7 +123,10 @@
"<rootDir>/lib/"
],
"collectCoverage": true,
"coverageReporters": ["json", "html"]
"coverageReporters": [
"json",
"html"
]
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit cf3a464

Please sign in to comment.