Update bower dependency
Project: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/commit/ab970966 Tree: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/tree/ab970966 Diff: http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/diff/ab970966 Branch: refs/heads/add-documentation Commit: ab970966edbc070be4ecc8d44385450b6d10d763 Parents: 4804d16 Author: Vladislav Mitov <[email protected]> Authored: Mon Mar 14 18:00:58 2016 +0200 Committer: Vladislav Mitov <[email protected]> Committed: Mon Mar 14 20:00:17 2016 +0200 ---------------------------------------------------------------------- Gruntfile.js | 2 +- bower.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/blob/ab970966/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index 78d9edb..8562817 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,7 +6,7 @@ module.exports = function(grunt) { separator: ';' }, mergeJs: { - src: ['bower_components/clint/DBIG.js','bower_components/clint/BIG.js', 'bower_components/clint/FP.js', 'bower_components/clint/ROM.js', 'bower_components/clint/HASH.js', 'bower_components/clint/RAND.js', 'bower_components/clint/AES.js', 'bower_components/clint/GPM.js', 'bower_components/clint/ECP.js', 'bower_components/clint/FP2.js', 'bower_components/clint/ECP2.js', 'bower_components/clint/FP4.js', 'bower_components/clint/FP12.js', 'bower_components/clint/PAIR.js', 'bower_components/clint/MPIN.js', 'bower_components/clint/MPINAuth.js', 'lib/mpin.js'], + src: ['bower_components/amcl/js/DBIG.js','bower_components/amcl/js/BIG.js', 'bower_components/amcl/js/FP.js', 'bower_components/amcl/js/ROM.js', 'bower_components/amcl/js/HASH.js', 'bower_components/amcl/js/RAND.js', 'bower_components/amcl/js/AES.js', 'bower_components/amcl/js/GPM.js', 'bower_components/amcl/js/ECP.js', 'bower_components/amcl/js/FP2.js', 'bower_components/amcl/js/ECP2.js', 'bower_components/amcl/js/FP4.js', 'bower_components/amcl/js/FP12.js', 'bower_components/amcl/js/PAIR.js', 'bower_components/amcl/js/MPIN.js', 'bower_components/amcl/js/MPINAuth.js', 'lib/mpin.js'], dest: './dist/mpinjs.js' } }, http://git-wip-us.apache.org/repos/asf/incubator-milagro-mfa-js-lib/blob/ab970966/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 3e69a9c..57b92b0 100644 --- a/bower.json +++ b/bower.json @@ -3,10 +3,10 @@ "version": "1.0.0", "description": "Mpin lib front-end project", "authors": [ - "Miracl ltd." + "MIRACL" ], "dependencies": { - "clint": "https://builds.certivox.com/mpin_libs/js/latest/js.tar.gz" + "amcl": "https://github.com/miracl/mpin-crypto.git" }, "ignore": [ "**/*", @@ -14,5 +14,5 @@ ], "moduleType": "globals", "main": "lib/mpin.js", - "homepage": "http://miracl.com" + "homepage": "www.miracl.com" }
