Skip to content

Commit

Permalink
Merge pull request #1 from 20minutes/fix/20minutes-ns
Browse files Browse the repository at this point in the history
Use `@20minutes` ns
  • Loading branch information
j0k3r authored Jul 7, 2023
2 parents 882a244 + e71ba04 commit 07685f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@ jobs:
- name: test webpack-support
shell: bash
run: docker-compose -f ./test/docker-compose.yml run webpack-support
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo, commit, message
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always()
10 changes: 5 additions & 5 deletions serverless-s3-local/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "serverless-s3-local",
"name": "@20minutes/serverless-s3-local",
"version": "0.7.2",
"author": "Masahiro Wada",
"main": "index.js",
Expand All @@ -8,7 +8,7 @@
"fs-extra": "^11.0.0",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"s3rver": "20minutes/s3rver",
"s3rver": "20minutes/s3rver#main",
"serverless-offline": "^12.0.0",
"shelljs": "^0.8.5"
},
Expand All @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ar90n/serverless-s3-local.git"
"url": "git+https://github.com/20minutes/serverless-s3-local.git"
},
"keywords": [
"serverless",
Expand All @@ -32,7 +32,7 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ar90n/serverless-s3-local/issues"
"url": "https://github.com/20minutes/serverless-s3-local/issues"
},
"homepage": "https://github.com/ar90n/serverless-s3-local#readme"
"homepage": "https://github.com/20minutes/serverless-s3-local#readme"
}

0 comments on commit 07685f3

Please sign in to comment.