Browse Source

support node v12

Yuki Takei 5 years ago
parent
commit
a8c1f2d0ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/growi-plugin-pukiwiki-like-linker/package.json

+ 2 - 2
packages/growi-plugin-pukiwiki-like-linker/package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi-plugin-pukiwiki-like-linker",
-  "version": "3.0.0",
+  "version": "3.0.1",
   "description": "GROWI plugin to add PukiwikiLikeLinker",
   "keywords": [
     "growi",
@@ -39,7 +39,7 @@
     "prettier-stylelint": "^0.4.2"
   },
   "engines": {
-    "node": ">=8.11.1 <11",
+    "node": ">=8.11.1 <13",
     "npm": ">=5.6.0 <7",
     "yarn": ">=1.5.1 <2"
   }