diff --git a/package.json b/package.json index 2cb6eb7f..527da649 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "realistic password strength estimation", "author": "Dan Wheeler", "license": "MIT", - "main": "lib/main.js", + "main": "dist/zxcvbn.js", "repository": "dropbox/zxcvbn", "scripts": { "test": "coffeetape test/*.coffee | faucet",