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
1 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"name": "react-native-emoji-keyboard",
"name": "@jake7/react-native-emoji-keyboard",
"version": "0.1.0",
"description": ".",
"main": "lib/commonjs/index",
@ -37,15 +37,16 @@
"ios",
"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)",
"license": "MIT",
"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": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
@ -104,7 +105,7 @@
"publish": true
},
"github": {
"release": true
"release": false
},
"plugins": {
"@release-it/conventional-changelog": {