Skip to content

Commit

Permalink
build: updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
24ark committed Jun 16, 2020
1 parent 9be4be3 commit ca1af95
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-step-indicator",
"version": "0.1.0",
"version": "1.0.1",
"description": "A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -30,7 +30,12 @@
"keywords": [
"react-native",
"ios",
"android"
"android",
"react-component",
"step-indicator",
"viewpager",
"scrollview",
"listview"
],
"repository": "https://github.com/24ark/react-native-step-indicator",
"author": "Arkit Vora <[email protected]> (https://github.com/24ark)",
Expand Down Expand Up @@ -78,10 +83,7 @@
}
},
"eslintConfig": {
"extends": [
"@react-native-community",
"prettier"
],
"extends": ["@react-native-community", "prettier"],
"rules": {
"prettier/prettier": [
"error",
Expand Down

0 comments on commit ca1af95

Please sign in to comment.