Skip to content

Commit

Permalink
Change author in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 18, 2024
1 parent 59fa466 commit 38f158d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/eslint-plugin"
},
"author": "Jack Williams <jack@inngest.com>",
"author": "Inngest Inc. <hello@inngest.com>",
"license": "ISC",
"dependencies": {
"@typescript-eslint/utils": "^6.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"parallel processing",
"flow control"
],
"author": "Dan Farrelly <dan@inngest.com>",
"author": "Inngest Inc. <hello@inngest.com>",
"license": "Apache-2.0",
"private": false,
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/middleware-encryption"
},
"author": "Jack Williams <jack@inngest.com>",
"author": "Inngest Inc. <hello@inngest.com>",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/middleware-sentry"
},
"author": "Jack Williams <jack@inngest.com>",
"author": "Inngest Inc. <hello@inngest.com>",
"license": "Apache-2.0",
"devDependencies": {
"@sentry/core": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/test"
},
"author": "Jack Williams <jack@inngest.com>",
"author": "Inngest Inc. <hello@inngest.com>",
"license": "Apache-2.0",
"devDependencies": {
"@jest/globals": "^29.5.0"
Expand Down

0 comments on commit 38f158d

Please sign in to comment.