fix: update version
This commit is contained in:
parent
aadf41ce2c
commit
d618c0b23c
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rn-emoji-keyboard",
|
"name": "rn-emoji-keyboard",
|
||||||
"version": "0.1.1-beta.1",
|
"version": "0.2.0",
|
||||||
"description": ".",
|
"description": ".",
|
||||||
"main": "lib/commonjs/index",
|
"main": "lib/commonjs/index",
|
||||||
"module": "lib/module/index",
|
"module": "lib/module/index",
|
||||||
|
@ -37,13 +37,13 @@
|
||||||
"ios",
|
"ios",
|
||||||
"android"
|
"android"
|
||||||
],
|
],
|
||||||
"repository": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard",
|
"repository": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard",
|
||||||
"author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (https://github.com/jakex7)",
|
"author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (https://github.com/jakex7)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard/issues"
|
"url": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard#readme",
|
"homepage": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard#readme",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
"publish": true
|
"publish": true
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
"release": false
|
"release": true
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"@release-it/conventional-changelog": {
|
"@release-it/conventional-changelog": {
|
||||||
|
|
Loading…
Reference in New Issue