diff --git a/package.json b/package.json index 48d349c..0c47260 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 (https://github.com/JairajJangle)", "license": "MIT", @@ -123,7 +123,10 @@ "/lib/" ], "collectCoverage": true, - "coverageReporters": ["json", "html"] + "coverageReporters": [ + "json", + "html" + ] }, "commitlint": { "extends": [