Skip to content

Commit

Permalink
fix(pkg): add missing repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 13, 2024
1 parent 8c74491 commit b16ff07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"outputtable",
"packagejson",
"snapshottable",
"statechart",
"statecharts",
"tseslint",
"tshy",
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0",
"type": "module",
"description": "Test helpers for XState v5+",
"repository": {
"type": "git",
"url": "git+https://github.com/boneskull/xstate-audition.git"
},
"author": {
"name": "Christopher Hiller",
"email": "[email protected]"
Expand Down Expand Up @@ -41,7 +45,9 @@
"mocha",
"vitest",
"ava",
"tap"
"tap",
"statechart",
"statecharts"
],
"scripts": {
"build": "tshy",
Expand Down

0 comments on commit b16ff07

Please sign in to comment.