Commit Graph

15 Commits

Author SHA1 Message Date
Braydon Fuller 5b2ba0e31e Bump version in shrinkwrap to 0.9.0 2015-01-21 19:46:31 -05:00
Esteban Ordano f935bb1ba3 Drop dependencies from npm-shrinkwrap 2015-01-14 16:26:28 -03:00
Braydon Fuller d2a2be7a93 Upgraded bn.js to fix public key calculation problem, restored crypto/point.js, and added additional tests. 2015-01-04 09:19:08 -05:00
Esteban Ordano 476f009b4d Add Insight and UTXO class 2015-01-02 15:59:13 -03:00
Braydon Fuller 6ace41834f Upgraded elliptic and bn to the latest versions 2015-01-02 13:11:26 -05:00
Braydon Fuller 2de77f6f5c Use the same version as specified in the elliptic package.json 2015-01-02 12:38:55 -05:00
Yemel Jardi 3190991941 add dependencies and update tests 2014-12-11 14:01:06 -03:00
Yemel Jardi 751ed3a9f9 add buffers dependency 2014-12-11 13:39:10 -03:00
Braydon Fuller 64c0d5f942 Payment Protocol: Restore and reorganize files for payment protocol. 2014-12-04 10:43:40 -05:00
Esteban Ordano 491170103b Add inherits to shrinkwrap 2014-12-03 10:18:33 -03:00
Esteban Ordano f5d04280eb Add lodash to shrinkwrap 2014-12-03 10:09:18 -03:00
Braydon Fuller cfb32f7fc8 Package: Updated to include the latest versions of dependencies 2014-11-24 15:20:14 -05:00
Braydon Fuller 8ca49fb523 update to include new version of bn.js and elliptic that include hex padding 2014-11-03 16:53:14 -05:00
Ryan X. Charles 199ed7c4ba update dependencies 2014-09-18 18:46:31 -07:00
Ryan X. Charles 004f8c29c8 npm shrinkwrap
This will ensure that the versions of the dependencies of the dependencies
remain the same on npm install, that way we can ensure bitcore works as
intended for the end-user. Note that this does not ensure byte-for-byte
compatibility. We may address that issue in the future.

See: https://www.npmjs.org/doc/cli/npm-shrinkwrap.html
2014-08-30 11:58:33 -07:00