From 51fcce5b93f2f4765445bbbf0372d8170aa7d1ef Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 19 Aug 2014 14:30:16 -0400 Subject: [PATCH] add link to bitcore.js --- index.html | 2 +- karma.conf.js | 2 +- lib/bitcore.js | 1 + test/index.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 lib/bitcore.js diff --git a/index.html b/index.html index 62c5b838d..848b2d4b0 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ - + diff --git a/karma.conf.js b/karma.conf.js index 48a1e18f3..ab1abaf1f 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -29,7 +29,7 @@ module.exports = function(config) { 'lib/angular-foundation/mm-foundation.min.js', 'lib/angular-foundation/mm-foundation-tpls.min.js', 'lib/peerjs/peer.js', - 'lib/bitcore-0.1.35-paypro.js', + 'lib/bitcore.js', 'lib/crypto-js/rollups/sha256.js', 'lib/crypto-js/rollups/pbkdf2.js', 'lib/crypto-js/rollups/aes.js', diff --git a/lib/bitcore.js b/lib/bitcore.js new file mode 120000 index 000000000..acfa37a10 --- /dev/null +++ b/lib/bitcore.js @@ -0,0 +1 @@ +bitcore-0.1.35-paypro.js \ No newline at end of file diff --git a/test/index.html b/test/index.html index 3ab87d20c..6d75f29c7 100644 --- a/test/index.html +++ b/test/index.html @@ -12,7 +12,7 @@ - +