password-generator
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
/*! password-generator - v0.2.0 (2013-01-31) | ||
/*! password-generator - v0.2.1 (2013-04-28) | ||
* ----------------- | ||
@@ -3,0 +3,0 @@ * Copyright(c) 2013 Bermi Ferrer <bermi@bermilabs.com> |
@@ -70,2 +70,5 @@ module.exports = function (grunt) { | ||
// Build task. | ||
grunt.registerTask('build', 'lint concat min'); | ||
}; |
@@ -0,1 +1,11 @@ | ||
0.2.1 / 2012-04-28 | ||
================== | ||
* Added browser tests | ||
0.2.0 / 2012-01-31 | ||
================== | ||
* Added browser support | ||
0.1.1 / 2011-10-07 | ||
@@ -2,0 +12,0 @@ ================== |
{ | ||
"name": "password-generator", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Memorable password generator. For the command line, Node.js and the browser.", | ||
@@ -34,5 +34,5 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>", | ||
"devDependencies": { | ||
"mocha": "*", | ||
"grunt": "*", | ||
"expect.js": "*" | ||
"mocha": "~1.9.0", | ||
"expect.js": "~0.2.0", | ||
"grunt": "~0.3.x" | ||
}, | ||
@@ -42,2 +42,16 @@ "scripts": { | ||
}, | ||
"testling": { | ||
"browsers": [ | ||
"iexplore/6..latest", | ||
"firefox/10..latest", | ||
"chrome/20..latest", | ||
"opera/12..latest", | ||
"safari/5..latest", | ||
"iphone/6..latest", | ||
"ipad/6..latest", | ||
"android-browser/4..latest" | ||
], | ||
"harness": "mocha", | ||
"files": "test/*.js" | ||
}, | ||
"main": "index", | ||
@@ -44,0 +58,0 @@ "bin": "./bin/password-generator", |
# password-generator | ||
Memorable password generator. For the command line, Node.js and browsers. | ||
[![Build Status](https://secure.travis-ci.org/bermi/password-generator.png?branch=master)](http://travis-ci.org/bermi/password-generator) | ||
Memorable password generator. For the command line, Node.js and browsers. | ||
[![browser support](http://ci.testling.com/bermi/password-generator.png)](http://ci.testling.com/bermi/password-generator) | ||
@@ -64,3 +66,3 @@ ## Installation | ||
<script src="https://raw.github.com/bermi/password-generator/master/dist/password-generator.min.js" type="text/javascript"></script> | ||
<script src="https://raw.github.com/bermi/password-generator/master/dist/password-generator.min.js" type="text/javascript"></script> | ||
@@ -119,2 +121,2 @@ #### Usage | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@@ -7,3 +7,3 @@ (function (root) { | ||
// This test is meant to run in both, the browser and the CLI | ||
if (typeof window === 'undefined') { | ||
if (typeof require !== 'undefined') { | ||
generatePassword = require('../'); | ||
@@ -10,0 +10,0 @@ } else { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
249
121
0
16512
17