Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent e4800a6 commit df2d127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inngest/workflow-kit",
"version": "0.0.1",
"description": "Durable visual worfklows in your app, instantly",
"description": "Durable visual workflows in your app, instantly",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc && cp src/ui/ui.css dist/ui/ui.css",
Expand All @@ -10,10 +10,10 @@
"build-storybook": "storybook build",
"publish": "npm publish --access public --provenance"
},
"homepage": "https://github.com/inngest/workflow-sdk/tree/main/packages/workflow#readme",
"homepage": "https://github.com/inngest/workflow-kit/tree/main/packages/workflow#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/inngest/workflow-sdk.git",
"url": "git+https://github.com/inngest/workflow-kit.git",
"directory": "packages/workflow"
},
"keywords": [
Expand Down

0 comments on commit df2d127

Please sign in to comment.