Skip to content

Commit 543829e

Browse files
committed
Update release-it
1 parent 7f050b9 commit 543829e

File tree

2 files changed

+1665
-15
lines changed

2 files changed

+1665
-15
lines changed

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "^2.0.5",
6060
"react": "16.11.0",
6161
"react-native": "0.62.2",
62-
"release-it": "^13.5.8",
62+
"release-it": "^15.4.1",
6363
"typescript": "^3.8.3"
6464
},
6565
"peerDependencies": {
@@ -118,7 +118,10 @@
118118
]
119119
}
120120
},
121-
"eslintIgnore": ["node_modules/", "lib/"],
121+
"eslintIgnore": [
122+
"node_modules/",
123+
"lib/"
124+
],
122125
"prettier": {
123126
"quoteProps": "consistent",
124127
"singleQuote": true,
@@ -129,6 +132,10 @@
129132
"@react-native-community/bob": {
130133
"source": "src",
131134
"output": "lib",
132-
"targets": ["commonjs", "module", "typescript"]
135+
"targets": [
136+
"commonjs",
137+
"module",
138+
"typescript"
139+
]
133140
}
134141
}

0 commit comments

Comments
 (0)