From c45e39be95326b0ffe09b88e28a8c5154300abb7 Mon Sep 17 00:00:00 2001 From: Arkit Vora Date: Tue, 16 Jun 2020 17:41:49 +0530 Subject: [PATCH] chore: release 1.0.2 --- package.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b2535e2..7710180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-step-indicator", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -83,7 +83,10 @@ } }, "eslintConfig": { - "extends": ["@react-native-community", "prettier"], + "extends": [ + "@react-native-community", + "prettier" + ], "rules": { "prettier/prettier": [ "error", @@ -97,7 +100,10 @@ ] } }, - "eslintIgnore": ["node_modules/", "lib/"], + "eslintIgnore": [ + "node_modules/", + "lib/" + ], "prettier": { "quoteProps": "consistent", "singleQuote": true, @@ -125,6 +131,10 @@ "@react-native-community/bob": { "source": "src", "output": "lib", - "targets": ["commonjs", "module", "typescript"] + "targets": [ + "commonjs", + "module", + "typescript" + ] } }