Browse Source

expand engines version range

Yuki Takei 8 years ago
parent
commit
3a145b1489
1 changed files with 5 additions and 5 deletions
  1. 5 5
      packages/growi-plugin-lsx/package.json

+ 5 - 5
packages/growi-plugin-lsx/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "growi-plugin-lsx",
   "name": "growi-plugin-lsx",
-  "version": "1.3.12",
+  "version": "1.3.13",
   "description": "GROWI plugin to add lsx tag",
   "description": "GROWI plugin to add lsx tag",
   "keywords": [
   "keywords": [
     "growi",
     "growi",
@@ -13,7 +13,7 @@
   "scripts": {
   "scripts": {
     "build:watch": "npm run build -- --watch",
     "build:watch": "npm run build -- --watch",
     "build": "babel src --out-dir lib --source-maps inline",
     "build": "babel src --out-dir lib --source-maps inline",
-    "clean": "npm cache clean && npm run rimraf -- lib",
+    "clean": "npm run rimraf -- lib",
     "resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css",
     "resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css",
     "prebuild:watch": "npm run clean && npm run resources",
     "prebuild:watch": "npm run clean && npm run resources",
     "prebuild": "npm run clean && npm run resources",
     "prebuild": "npm run clean && npm run resources",
@@ -48,8 +48,8 @@
     "rimraf": "^2.6.1"
     "rimraf": "^2.6.1"
   },
   },
   "engines": {
   "engines": {
-    "node": ">=6.11 <7",
-    "npm": ">=4.6 <5",
-    "yarn": "^1.1.0"
+    "node": ">=6.11 <9",
+    "npm": ">=4",
+    "yarn": "^1.3.1"
   }
   }
 }
 }