Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
add engines version range
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Mar 24, 2018
1 parent 7901ef6 commit 5231989
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growi-plugin-pukiwiki-like-linker",
"version": "1.0.1",
"version": "1.0.2",
"description": "GROWI plugin to add PukiwikiLikeLinker",
"keywords": [
"growi",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build": "babel src --out-dir lib --source-maps inline",
"clean": "npm cache clean && npm run rimraf -- lib",
"clean": "npm run rimraf -- lib",
"prebuild": "npm run clean",
"watch": "babel src --out-dir lib --watch --source-maps inline",
"rimraf": "rimraf",
Expand Down Expand Up @@ -40,5 +40,10 @@
"mocha": "^5.0.4",
"power-assert": "^1.4.2",
"rimraf": "^2.6.1"
},
"engines": {
"node": ">=6.11 <9",
"npm": ">=4",
"yarn": "^1.3.1"
}
}

0 comments on commit 5231989

Please sign in to comment.