PeculiarVentures / webcrypto-liner

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
MIT License
149 stars 26 forks source link

Change package.json decription #20

Closed YuryStrozhevsky closed 7 years ago

YuryStrozhevsky commented 7 years ago

Currently because of a mistake in package.json the package can not be even installed. Please change this line:

"description": "A WebCrypto pollyfill that 'smooths out' the rough-edges in existing User Agent implementations."

The problem that currently you have "smooths out", but need to have 'smooths out'.

rmhrisk commented 7 years ago

Fixed