refactor: configure release

This commit is contained in:
Jakub Grzywacz 2021-07-12 14:29:32 +02:00
parent d3f140bb13
commit 80cff4649b
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4

View File

@ -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": {