From 29cd5e780d3434da5b493bec491c9b1e7e13728f Mon Sep 17 00:00:00 2001 From: Thomas Deconinck Date: Fri, 27 Oct 2023 10:17:46 +0200 Subject: [PATCH] chore: add github workflow --- .github/{ => workflows}/release.yaml | 0 package.json | 8 -------- 2 files changed, 8 deletions(-) rename .github/{ => workflows}/release.yaml (100%) diff --git a/.github/release.yaml b/.github/workflows/release.yaml similarity index 100% rename from .github/release.yaml rename to .github/workflows/release.yaml diff --git a/package.json b/package.json index c82250a..ea84e04 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,7 @@ "promise", "async" ], - "homepage": "https://github.com/aantron/promise", "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/aantron/promise.git" - }, - "bugs": { - "url": "https://github.com/aantron/promise/issues" - }, "author": { "name": "Anton Bachin", "email": "antonbachin@yahoo.com",