@tryghost/comments-ui 1.6.97 → 1.6.98
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.
- package/package.json +16 -16
- package/umd/comments-ui.min.js +1 -1
package/package.json
CHANGED
|
@@ -1,36 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/comments-ui",
|
|
3
|
-
"
|
|
4
|
-
"version": "1.6.97",
|
|
3
|
+
"version": "1.6.98",
|
|
5
4
|
"description": "Comments interface for Ghost posts",
|
|
6
5
|
"license": "MIT",
|
|
6
|
+
"author": "Ghost Foundation",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/TryGhost/Ghost"
|
|
10
10
|
},
|
|
11
|
-
"author": "Ghost Foundation",
|
|
12
|
-
"unpkg": "umd/comments-ui.umd.js",
|
|
13
11
|
"files": [
|
|
14
12
|
"umd/",
|
|
15
13
|
"LICENSE",
|
|
16
14
|
"README.md"
|
|
17
15
|
],
|
|
16
|
+
"type": "module",
|
|
17
|
+
"unpkg": "umd/comments-ui.umd.js",
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public",
|
|
20
20
|
"registry": "https://registry.npmjs.org/"
|
|
21
21
|
},
|
|
22
|
-
"browserslist": {
|
|
23
|
-
"production": [
|
|
24
|
-
">0.2%",
|
|
25
|
-
"not dead",
|
|
26
|
-
"not op_mini all"
|
|
27
|
-
],
|
|
28
|
-
"development": [
|
|
29
|
-
"last 1 chrome version",
|
|
30
|
-
"last 1 firefox version",
|
|
31
|
-
"last 1 safari version"
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
22
|
"dependencies": {
|
|
35
23
|
"@doist/react-interpolate": "2.2.4",
|
|
36
24
|
"@headlessui/react": "1.7.19",
|
|
@@ -49,6 +37,18 @@
|
|
|
49
37
|
"react-dom": "17.0.2",
|
|
50
38
|
"react-string-replace": "2.0.1"
|
|
51
39
|
},
|
|
40
|
+
"browserslist": {
|
|
41
|
+
"production": [
|
|
42
|
+
">0.2%",
|
|
43
|
+
"not dead",
|
|
44
|
+
"not op_mini all"
|
|
45
|
+
],
|
|
46
|
+
"development": [
|
|
47
|
+
"last 1 chrome version",
|
|
48
|
+
"last 1 firefox version",
|
|
49
|
+
"last 1 safari version"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"dev": "vite build --watch --mode development",
|
|
54
54
|
"dev:test": "vite build && vite preview --port 7175",
|