Skip to content

Commit

Permalink
Fix package details
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 5, 2024
1 parent 56ba30c commit d106267
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "zendesk-toolkit",
"name": "classy-toolkit",
"version": "1.0.0",
"description": "A collection of utilities that integrate with Zendesk",
"description": "A collection of utilities that integrate with Classy",
"type": "module",
"engines": {
"node": ">= 20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PRX/zendesk-toolkit.git"
"url": "git+https://github.com/PRX/classy-toolkit.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"private": "true",
"bugs": {
"url": "https://github.com/PRX/zendesk-toolkit/issues"
"url": "https://github.com/PRX/classy-toolkit/issues"
},
"homepage": "https://github.com/PRX/zendesk-toolkit#readme",
"homepage": "https://github.com/PRX/classy-toolkit#readme",
"dependencies": {
"@aws-sdk/client-eventbridge": "*"
},
Expand Down

0 comments on commit d106267

Please sign in to comment.