react-native-nitro-modules 0.0.8 → 0.1.3

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 +3 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-modules",
3
- "version": "0.0.8",
3
+ "version": "0.1.3",
4
4
  "description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",
@@ -93,15 +93,12 @@
93
93
  ]
94
94
  },
95
95
  "release-it": {
96
- "git": {
97
- "commitMessage": "chore: release ${version}",
98
- "tagName": "v${version}"
99
- },
100
96
  "npm": {
101
97
  "publish": true
102
98
  },
99
+ "git": false,
103
100
  "github": {
104
- "release": true
101
+ "release": false
105
102
  },
106
103
  "plugins": {}
107
104
  },