Timothy Lin před 4 roky
rodič
revize
21700bc9a4
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      package-lock.json
  2. 1 1
      package.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
   "name": "rehype-prism-plus",
   "name": "rehype-prism-plus",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "rehype-prism-plus",
       "name": "rehype-prism-plus",
-      "version": "1.1.3",
+      "version": "1.2.1",
       "license": "MIT",
       "license": "MIT",
       "dependencies": {
       "dependencies": {
         "hast-util-to-html": "^8.0.1",
         "hast-util-to-html": "^8.0.1",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "rehype-prism-plus",
   "name": "rehype-prism-plus",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers",
   "description": "rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers",
   "source": "index.js",
   "source": "index.js",
   "files": [
   "files": [