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

Commit

Permalink
prepare to suppoert Node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Feb 3, 2019
1 parent bca3120 commit d8a34c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2",
"version": "1.1.0",
"description": "GROWI plugin to add PukiwikiLikeLinker",
"keywords": [
"growi",
Expand Down Expand Up @@ -32,8 +32,8 @@
"eslint-plugin-react": "^7.11.1"
},
"engines": {
"node": ">=6.11 <9",
"npm": ">=4",
"yarn": "^1.3.1"
"node": ">=8.11.1 <11",
"npm": ">=5.6.0 <7",
"yarn": ">=1.5.1 <2"
}
}

0 comments on commit d8a34c4

Please sign in to comment.