@peaske7/readit 0.1.0 → 0.1.2
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/README.md +6 -1
- package/dist/assets/index-B7orcNwf.css +1 -0
- package/dist/assets/index-BBW8irw8.css +1 -0
- package/dist/assets/index-ByLwEPiw.js +549 -0
- package/dist/assets/index-CFjSKAFj.js +549 -0
- package/dist/assets/index-CjxuxZeK.js +549 -0
- package/dist/assets/index-Ck3y1Kkk.js +550 -0
- package/dist/assets/index-DmnrrRGh.js +549 -0
- package/dist/assets/index-axuZF72O.js +550 -0
- package/dist/assets/index-mlrP6V3K.js +550 -0
- package/dist/index.html +2 -2
- package/package.json +2 -1
package/dist/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
8
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
9
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📖</text></svg>">
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-axuZF72O.js"></script>
|
|
11
|
+
<link rel="stylesheet" crossorigin href="/assets/index-B7orcNwf.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body class="min-h-screen">
|
|
14
14
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peaske7/readit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A CLI tool to review Markdown documents with inline comments",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"react-markdown": "^10.1.0",
|
|
50
50
|
"react-syntax-highlighter": "^16.1.0",
|
|
51
51
|
"rehype-parse": "^9.0.1",
|
|
52
|
+
"rehype-raw": "^7.0.0",
|
|
52
53
|
"rehype-react": "^8.0.0",
|
|
53
54
|
"remark-gfm": "^4.0.1",
|
|
54
55
|
"sonner": "^2.0.7",
|