@ratespecial/acquired-3ds
v1.1.6
Published
Helps build client pieces of Acquired's 3DS system
Downloads
29
Readme
Acquired 3DS library
Services to complete the client side steps of Acquired's 3DS v2 process. The server side pieces are clearly beyond the scope of this library.
Details can be found at http://developer.acquired.com/3ds/3dsv2
Creating new version
- Make code changes
- Manually update
version
insidepackage.json
- Commit your changes
- Tag the commit in GIT under the same version number
- Git push
npm publish
. This will automatically run theprepare
command inpackage.json
, which will build the distribution version.