Skip to content

Commit

Permalink
Remove codetheweb:zxcvbn port for Meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed May 3, 2016
1 parent add03b4 commit 4bb023e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To pull in updates and bug fixes:
bower update zxcvbn
```

## Node / npm
## Node / npm / MeteorJS

zxcvbn works identically on the server.

Expand All @@ -74,11 +74,6 @@ $ node
> zxcvbn('Tr0ub4dour&3');
```

## Meteor (via [Atmosphere](https://atmospherejs.com/codetheweb/zxcvbn))
``` shell
meteor add codetheweb:zxcvbn
```

## RequireJS

Add [`zxcvbn.js`](https://raw.githubusercontent.com/dropbox/zxcvbn/master/dist/zxcvbn.js) to your project (using bower, npm or direct download) and import as usual:
Expand Down

0 comments on commit 4bb023e

Please sign in to comment.