We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0ddaf commit 715be1eCopy full SHA for 715be1e
packages/extension-indent/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@docs.plus/extension-indent",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A Tiptap extension for managing text indentation in documents",
5
"main": "dist/index.cjs",
6
"module": "dist/index.js",
@@ -11,7 +11,8 @@
11
"type": "module",
12
"repository": {
13
"type": "git",
14
- "url": "https://github.com/docs-plus/docsy"
+ "url": "https://github.com/docs-plus/docs.plus",
15
+ "directory": "packages/extension-indent"
16
},
17
"scripts": {
18
"build": "tsup --dts",
0 commit comments