We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f050b9 commit 543829eCopy full SHA for 543829e
package.json
@@ -59,7 +59,7 @@
59
"prettier": "^2.0.5",
60
"react": "16.11.0",
61
"react-native": "0.62.2",
62
- "release-it": "^13.5.8",
+ "release-it": "^15.4.1",
63
"typescript": "^3.8.3"
64
},
65
"peerDependencies": {
@@ -118,7 +118,10 @@
118
]
119
}
120
121
- "eslintIgnore": ["node_modules/", "lib/"],
+ "eslintIgnore": [
122
+ "node_modules/",
123
+ "lib/"
124
+ ],
125
"prettier": {
126
"quoteProps": "consistent",
127
"singleQuote": true,
@@ -129,6 +132,10 @@
129
132
"@react-native-community/bob": {
130
133
"source": "src",
131
134
"output": "lib",
- "targets": ["commonjs", "module", "typescript"]
135
+ "targets": [
136
+ "commonjs",
137
+ "module",
138
+ "typescript"
139
+ ]
140
141
0 commit comments