Skip to content

Commit a806706

Browse files
committed
chore(scripts): rename doc to api-docs
1 parent b2e3942 commit a806706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"format": "prettier src test --write",
3838
"build": "tsc",
3939
"test": "vitest --config vitest.config.ts",
40-
"doc": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
40+
"api-docs": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts"
4141
},
4242
"prettier": {
4343
"plugins": [

0 commit comments

Comments
 (0)