diff --git a/package.json b/package.json index 381cd71..246d6eb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "check-password-strength", "version": "2.0.10", "description": "A NPM Password strength checker based from Javascript RegExp. Check passphrase if it's \"Too weak\", \"Weak\", \"Medium\" or \"Strong\"", - "main": "index.js", + "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": {