react-native-platform-components 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-platform-components",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A cross-platform toolkit of native UI components for React Native.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -145,10 +145,16 @@
145
145
  "release-it": {
146
146
  "git": {
147
147
  "commitMessage": "chore: release ${version}",
148
- "tagName": "v${version}"
148
+ "tagName": "v${version}",
149
+ "requireCleanWorkingDir": false
149
150
  },
150
151
  "npm": {
151
- "publish": false
152
+ "publish": true,
153
+ "skipChecks": true,
154
+ "publishArgs": [
155
+ "--access",
156
+ "public"
157
+ ]
152
158
  },
153
159
  "github": {
154
160
  "release": true