Skip to content

Commit 715be1e

Browse files
committed
update
1 parent dd0ddaf commit 715be1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/extension-indent/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docs.plus/extension-indent",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Tiptap extension for managing text indentation in documents",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
@@ -11,7 +11,8 @@
1111
"type": "module",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/docs-plus/docsy"
14+
"url": "https://github.com/docs-plus/docs.plus",
15+
"directory": "packages/extension-indent"
1516
},
1617
"scripts": {
1718
"build": "tsup --dts",

0 commit comments

Comments
 (0)