From db3eb70c206bf87613ef5bfca8acb2de7346c737 Mon Sep 17 00:00:00 2001 From: filmaj Date: Sun, 24 Sep 2023 10:20:39 -0400 Subject: [PATCH] use correct plugin name, add npmignore in prep for a publish. --- .npmignore | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..591b3b8 --- /dev/null +++ b/.npmignore @@ -0,0 +1,3 @@ +sample +.github +test/ diff --git a/package.json b/package.json index 10c86f2..a08df31 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "arc-plugin-queue-extended", + "name": "arc-plugin-queues-extended", "version": "0.0.1", "description": "Architect (arc.codes) serverless framework plugin that creates SQS-based queues and exposes more SQS options above the default architect queue implementation", "main": "index.js", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/filmaj/arc-plugin-queue-extended.git" + "url": "git+https://github.com/filmaj/arc-plugin-queues-extended.git" }, "keywords": [ "serverless", @@ -22,9 +22,9 @@ "author": "Filip Maj", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/filmaj/arc-plugin-queue-extended/issues" + "url": "https://github.com/filmaj/arc-plugin-queues-extended/issues" }, - "homepage": "https://github.com/filmaj/arc-plugin-queue-extended", + "homepage": "https://github.com/filmaj/arc-plugin-queues-extended", "devDependencies": { "@architect/eslint-config": "^2.0.0", "eslint": "^8.0.0",