Update package.json

pull/31/head
sam-lippert 2022-08-22 09:20:33 -05:00 committed by GitHub
parent 3193d30bed
commit db809a93cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"url": "https://github.com/honojs/sentry.git" "url": "https://github.com/honojs/sentry.git"
}, },
"homepage": "https://github.com/honojs/sentry", "homepage": "https://github.com/honojs/sentry",
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)", "author": "Samuel Lippert <samuel@driv.ly> (https://github.com/sam-lippert)",
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
@ -57,4 +57,4 @@
"ts-jest": "^28.0.5", "ts-jest": "^28.0.5",
"typescript": "^4.7.4" "typescript": "^4.7.4"
} }
} }