mirror of
https://github.com/status-im/rn-emoji-keyboard.git
synced 2025-02-18 02:56:25 +00:00
refactor: configure release
This commit is contained in:
parent
d3f140bb13
commit
80cff4649b
13
package.json
13
package.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-emoji-keyboard",
|
"name": "@jake7/react-native-emoji-keyboard",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": ".",
|
"description": ".",
|
||||||
"main": "lib/commonjs/index",
|
"main": "lib/commonjs/index",
|
||||||
@ -37,15 +37,16 @@
|
|||||||
"ios",
|
"ios",
|
||||||
"android"
|
"android"
|
||||||
],
|
],
|
||||||
"repository": "https://github.com/jakex7/react-native-emoji-keyboard",
|
"repository": "https://github.com/TheWidlarzGroup/react-native-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/jakex7/react-native-emoji-keyboard/issues"
|
"url": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jakex7/react-native-emoji-keyboard#readme",
|
"homepage": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard#readme",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/",
|
||||||
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/config-conventional": "^11.0.0",
|
"@commitlint/config-conventional": "^11.0.0",
|
||||||
@ -104,7 +105,7 @@
|
|||||||
"publish": true
|
"publish": true
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
"release": true
|
"release": false
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"@release-it/conventional-changelog": {
|
"@release-it/conventional-changelog": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user