1
0
Timothy Lin 2 жил өмнө
parent
commit
5a3a2a77b3
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 2 2
      package-lock.json
  2. 2 2
      package.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "rehype-prism-plus",
-  "version": "1.5.1",
+  "version": "1.6.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rehype-prism-plus",
-      "version": "1.5.1",
+      "version": "1.6.0",
       "license": "MIT",
       "dependencies": {
         "hast-util-to-string": "^2.0.0",

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "rehype-prism-plus",
-  "version": "1.5.1",
+  "version": "1.6.0",
   "description": "rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers",
   "source": "index.js",
   "files": [
@@ -98,4 +98,4 @@
       "prettier --write"
     ]
   }
-}
+}