Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 4d9d85284c 2.0.4 8 years ago
Sven Slootweg 9136817eb0 Documentation patch; implicit globals in examples are bad bad bad... 8 years ago

@ -34,8 +34,8 @@ Be aware that by making a pull request, you agree to release your modifications
## Usage
```javascript
scrypt = require("scrypt-for-humans");
Promise = require("bluebird");
var scrypt = require("scrypt-for-humans");
var Promise = require("bluebird");
/* Using Promises */

@ -1,6 +1,6 @@
{
"name": "scrypt-for-humans",
"version": "2.0.3",
"version": "2.0.4",
"description": "A human-friendly API wrapper for the Node.js Scrypt bindings.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save