Timothy Lin 2 tahun lalu
induk
melakukan
0d0c33a8f7
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  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.6.3",
+  "version": "2.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "rehype-prism-plus",
-      "version": "1.6.3",
+      "version": "2.0.0",
       "license": "MIT",
       "dependencies": {
         "hast-util-to-string": "^3.0.0",

+ 2 - 2
package.json

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