Skip to content

Commit cb5d23f

Browse files
authored
Merge pull request #4 from C4n4rd0/main
fix: remove the scope
2 parents 8990bc4 + 2bb453a commit cb5d23f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# serverless-offline-elasticmq
1+
# serverless-offline-elasticmq-localhost
22

33
Serverless Framework Plugin to download and run an elasticMQ server to use with AWS SQS plugins
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@c4n4rd0/serverless-offline-elasticmq",
3-
"version": "1.3.0",
2+
"name": "serverless-offline-elasticmq-localhost",
3+
"version": "1.4.0",
44
"description": "Serverless Framework Plugin to download and run ElasticMQ",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/C4n4rd0/serverless-offline-elasticmq.git"
22+
"url": "git+https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost.git"
2323
},
2424
"keywords": [
2525
"serverless",
@@ -39,9 +39,9 @@
3939
},
4040
"license": "ISC",
4141
"bugs": {
42-
"url": "https://github.com/C4n4rd0/serverless-offline-elasticmq/issues"
42+
"url": "https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost/issues"
4343
},
44-
"homepage": "https://github.com/C4n4rd0/serverless-offline-elasticmq#readme",
44+
"homepage": "https://github.com/C4n4rd0/serverless-offline-elasticmq-localhost#readme",
4545
"husky": {
4646
"hooks": {
4747
"pre-commit": "npm run lint && npm test",

0 commit comments

Comments
 (0)