Skip to content

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
24ark committed Jun 16, 2020
1 parent e7ddb73 commit c45e39b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -83,7 +83,10 @@
}
},
"eslintConfig": {
"extends": ["@react-native-community", "prettier"],
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
Expand All @@ -97,7 +100,10 @@
]
}
},
"eslintIgnore": ["node_modules/", "lib/"],
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
Expand Down Expand Up @@ -125,6 +131,10 @@
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": ["commonjs", "module", "typescript"]
"targets": [
"commonjs",
"module",
"typescript"
]
}
}

0 comments on commit c45e39b

Please sign in to comment.