We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aabe59 commit 81eb6f5Copy full SHA for 81eb6f5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-xlog-jsi",
3
- "version": "0.2.1",
+ "version": "0.3.0",
4
"description": "It allows you to easily use https://github.com/Tencent/mars#mars-xlog inside your React Native applications.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -88,7 +88,9 @@
88
"commitMessage": "chore: release ${version}",
89
"tagName": "v${version}",
90
"requireCleanWorkingDir": false,
91
- "addFiles": ["package.json"]
+ "addFiles": [
92
+ "package.json"
93
+ ]
94
},
95
"npm": {
96
"publish": true
0 commit comments