diff --git a/package.json b/package.json index fe158b6..8e4b8f9 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,6 @@ "name": "Sylvanas Cry", "email": "sylvanas@gmx.us" }, - "contributors": [ - { - "name": "Ilia Smirnov", - "email": "smirnov.i.o@yandex.ru" - } - ], "keywords": [ "confluent schema registry", "schema-registry", diff --git a/postpublish.sh b/postpublish.sh deleted file mode 100644 index 1ca1e91..0000000 --- a/postpublish.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh - -cp dist/package.json . -npm i --package-lock-only -git commit -a -m "chore(release): Update package*.json [skip ci]" -git push -o ci.skip