Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed May 1, 2019
1 parent f852695 commit b5cb467
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"gypfile": true,
"name": "shm-cache",
"description": "[![Build Status](https://travis-ci.org/denghongcai/node-shm-cache.svg)](https://travis-ci.org/denghongcai/node-shm-cache)",
"version": "1.3.4",
"version": "2.0.0",
"directories": {
"test": "test"
},
Expand All @@ -47,5 +47,8 @@
"bugs": {
"url": "https://github.com/denghongcai/node-shm-cache/issues"
},
"homepage": "https://github.com/denghongcai/node-shm-cache#readme"
"homepage": "https://github.com/denghongcai/node-shm-cache#readme",
"engines": {
"node" : ">=8"
}
}

0 comments on commit b5cb467

Please sign in to comment.