c3ypt1c / PasswordManager

Internet Nomad password manager
MIT License
2 stars 2 forks source link

Package.json issues #11

Closed c3ypt1c closed 2 years ago

c3ypt1c commented 3 years ago

Testing breaks when there is no "type": "module"

TS still doesn't properly support mts files

Electron breaks with "type": "module".

There's no way to please everyone. Work-arounds will be implemented.

c3ypt1c commented 2 years ago

Why not just use a custom electron page and display results? Async #4 would also be fixed that way. I can't believe I didn't think of this.

c3ypt1c commented 2 years ago

A work around has been found. Will be closed when pulled