@junbyeol/tiptap-editor 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @junbyeol/tiptap-editor might be problematic. Click here for more details.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junbyeol/tiptap-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -21,17 +21,6 @@
|
|
|
21
21
|
"files": [
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"dev": "vite",
|
|
26
|
-
"build": "tsc -b && vite build",
|
|
27
|
-
"build:lib": "vite build --config vite.lib.config.ts",
|
|
28
|
-
"prepublishOnly": "pnpm build:lib",
|
|
29
|
-
"lint": "eslint .",
|
|
30
|
-
"preview": "vite preview",
|
|
31
|
-
"prettier": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md,scss}\"",
|
|
32
|
-
"lint-staged": "lint-staged",
|
|
33
|
-
"prepare": "husky"
|
|
34
|
-
},
|
|
35
24
|
"peerDependencies": {
|
|
36
25
|
"react": "^19.0.0",
|
|
37
26
|
"react-dom": "^19.0.0",
|
|
@@ -108,5 +97,14 @@
|
|
|
108
97
|
"prettier --write",
|
|
109
98
|
"eslint --no-warn-ignored --max-warnings=0"
|
|
110
99
|
]
|
|
100
|
+
},
|
|
101
|
+
"scripts": {
|
|
102
|
+
"dev": "vite",
|
|
103
|
+
"build": "tsc -b && vite build",
|
|
104
|
+
"build:lib": "vite build --config vite.lib.config.ts",
|
|
105
|
+
"lint": "eslint .",
|
|
106
|
+
"preview": "vite preview",
|
|
107
|
+
"prettier": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md,scss}\"",
|
|
108
|
+
"lint-staged": "lint-staged"
|
|
111
109
|
}
|
|
112
|
-
}
|
|
110
|
+
}
|