We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53824ca commit e9d74daCopy full SHA for e9d74da
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "memcache",
3
"description": "simple memcache client",
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"homepage": "https://github.com/elbart/node-memcache",
6
"repository": "git://github.com/elbart/node-memcache.git",
7
"author": "Tim Eggert <tim@elbart.com>",
@@ -18,7 +18,7 @@
18
"test-cov": "make test-cov"
19
},
20
"engines": {
21
- "node": "*"
+ "node": ">=0.6.0"
22
23
"keywords": [ "memcache", "memcached" ]
24
}
0 commit comments