Adyen / adyen-cse-web

[DEPRECATED] Client-side encryption on JavaScript
MIT License
15 stars 39 forks source link

Fix installing package as NPM dependency #74

Closed jehna closed 5 years ago

jehna commented 6 years ago

In README.md installing the package is referenced as:

"dependencies": {
  "adyen-cse-web": "git+https://github.com/Adyen/adyen-cse-web.git#v0.1.XX"
}

This does not do anything (on latest version) after running npm install, because the name of the Adyen package is different (adyen-cse-js).

Matching the name fixes the issue.

jehna commented 5 years ago

Closing old PR because of long inactivity and this repo seems to be deprecated