Skip to content

Commit

Permalink
make a note of node 0.3.x requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
akdubya committed Jan 7, 2011
1 parent 0557be7 commit b03ae42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Installation

$ npm install rbytes

rbytes requires node version 0.3.0 or higher.

Notes
-----

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name" : "rbytes",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Generates cryptographically secure random byte sequences",
"author" : "Aleksander Williams",
"contributors" : [],
"engines" : { "node": ">=0.3.0" },
"url" : "http://akdubya.github.com/rbytes/",
"keywords" : ["random", "crypto"],
"main" : "./index",
Expand Down

0 comments on commit b03ae42

Please sign in to comment.