Skip to content

Commit

Permalink
chore(scripts): rename doc to api-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Sep 24, 2024
1 parent b2e3942 commit a806706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"format": "prettier src test --write",
"build": "tsc",
"test": "vitest --config vitest.config.ts",
"doc": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
"api-docs": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
},
"prettier": {
"plugins": [
Expand Down

0 comments on commit a806706

Please sign in to comment.