Skip to content

Commit e9d74da

Browse files
committed
version bump to 0.3.0 and added node >=0.6.0 dependency
1 parent 53824ca commit e9d74da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "memcache",
33
"description": "simple memcache client",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/elbart/node-memcache",
66
"repository": "git://github.com/elbart/node-memcache.git",
77
"author": "Tim Eggert <tim@elbart.com>",
@@ -18,7 +18,7 @@
1818
"test-cov": "make test-cov"
1919
},
2020
"engines": {
21-
"node": "*"
21+
"node": ">=0.6.0"
2222
},
2323
"keywords": [ "memcache", "memcached" ]
2424
}

0 commit comments

Comments
 (0)