Skip to content

Commit

Permalink
use correct plugin name, add npmignore in prep for a publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Sep 24, 2023
1 parent 4e1a319 commit db3eb70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sample
.github
test/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit db3eb70

Please sign in to comment.