From d284ced2567b7764a651f5951e984bae59a6597c Mon Sep 17 00:00:00 2001 From: michielmulders Date: Thu, 21 Sep 2017 00:05:18 +0200 Subject: [PATCH] Tried to change permissions of all files to 664 --- .babelrc | 0 .eslintignore | 0 .eslintrc.json | 0 .gitignore | 0 .npmignore | 0 .travis.yml | 0 API.md | 0 CODE_OF_CONDUCT.md | 0 CONTRIBUTING.rst | 0 LICENSE | 0 README.md | 0 docs/Makefile | 0 docs/README.md | 0 docs/make.bat | 0 docs/requirements.txt | 0 docs/source/.conf.py.swp | Bin docs/source/conf.py | 0 docs/source/index.rst | 0 docs/source/quickstart.rst | 0 docs/source/readme.rst | 0 docs/source/usage.rst | 0 docs/upgrade-guides/0.3.0.md | 0 media/repo-banner.sketch | Bin media/repo-banner@2x.png | Bin package.json | 0 src/Ed25519Keypair.js | 0 src/baseRequest.js | 0 src/connection.js | 0 src/format_text.js | 0 src/index.js | 0 src/request.js | 0 src/sanitize.js | 0 src/sha256Hash.js | 0 src/stringify_as_query_param.js | 0 src/transaction/hashTransaction.js | 0 src/transaction/index.js | 0 src/transaction/makeCreateTransaction.js | 0 src/transaction/makeEd25519Condition.js | 0 src/transaction/makeInputTemplate.js | 0 src/transaction/makeOutput.js | 0 src/transaction/makeSha256Condition.js | 0 src/transaction/makeThresholdCondition.js | 0 src/transaction/makeTransaction.js | 0 src/transaction/makeTransferTransaction.js | 0 .../serializeTransactionIntoCanonicalString.js | 0 src/transaction/signTransaction.js | 0 src/transaction/utils/ccJsonLoad.js | 0 src/transaction/utils/ccJsonify.js | 0 test/connection/test_connection.js | 0 test/constants.js | 0 test/integration/test_integration.js | 0 test/transaction/test_cryptoconditions.js | 0 test/transaction/test_transaction.js | 0 webpack.config.js | 0 yarn.lock | 0 55 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .babelrc mode change 100755 => 100644 .eslintignore mode change 100755 => 100644 .eslintrc.json mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .npmignore mode change 100755 => 100644 .travis.yml mode change 100755 => 100644 API.md mode change 100755 => 100644 CODE_OF_CONDUCT.md mode change 100755 => 100644 CONTRIBUTING.rst mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 docs/Makefile mode change 100755 => 100644 docs/README.md mode change 100755 => 100644 docs/make.bat mode change 100755 => 100644 docs/requirements.txt mode change 100755 => 100644 docs/source/.conf.py.swp mode change 100755 => 100644 docs/source/conf.py mode change 100755 => 100644 docs/source/index.rst mode change 100755 => 100644 docs/source/quickstart.rst mode change 100755 => 100644 docs/source/readme.rst mode change 100755 => 100644 docs/source/usage.rst mode change 100755 => 100644 docs/upgrade-guides/0.3.0.md mode change 100755 => 100644 media/repo-banner.sketch mode change 100755 => 100644 media/repo-banner@2x.png mode change 100755 => 100644 package.json mode change 100755 => 100644 src/Ed25519Keypair.js mode change 100755 => 100644 src/baseRequest.js mode change 100755 => 100644 src/connection.js mode change 100755 => 100644 src/format_text.js mode change 100755 => 100644 src/index.js mode change 100755 => 100644 src/request.js mode change 100755 => 100644 src/sanitize.js mode change 100755 => 100644 src/sha256Hash.js mode change 100755 => 100644 src/stringify_as_query_param.js mode change 100755 => 100644 src/transaction/hashTransaction.js mode change 100755 => 100644 src/transaction/index.js mode change 100755 => 100644 src/transaction/makeCreateTransaction.js mode change 100755 => 100644 src/transaction/makeEd25519Condition.js mode change 100755 => 100644 src/transaction/makeInputTemplate.js mode change 100755 => 100644 src/transaction/makeOutput.js mode change 100755 => 100644 src/transaction/makeSha256Condition.js mode change 100755 => 100644 src/transaction/makeThresholdCondition.js mode change 100755 => 100644 src/transaction/makeTransaction.js mode change 100755 => 100644 src/transaction/makeTransferTransaction.js mode change 100755 => 100644 src/transaction/serializeTransactionIntoCanonicalString.js mode change 100755 => 100644 src/transaction/signTransaction.js mode change 100755 => 100644 src/transaction/utils/ccJsonLoad.js mode change 100755 => 100644 src/transaction/utils/ccJsonify.js mode change 100755 => 100644 test/connection/test_connection.js mode change 100755 => 100644 test/constants.js mode change 100755 => 100644 test/integration/test_integration.js mode change 100755 => 100644 test/transaction/test_cryptoconditions.js mode change 100755 => 100644 test/transaction/test_transaction.js mode change 100755 => 100644 webpack.config.js mode change 100755 => 100644 yarn.lock diff --git a/.babelrc b/.babelrc old mode 100755 new mode 100644 diff --git a/.eslintignore b/.eslintignore old mode 100755 new mode 100644 diff --git a/.eslintrc.json b/.eslintrc.json old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.npmignore b/.npmignore old mode 100755 new mode 100644 diff --git a/.travis.yml b/.travis.yml old mode 100755 new mode 100644 diff --git a/API.md b/API.md old mode 100755 new mode 100644 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100755 new mode 100644 diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/docs/Makefile b/docs/Makefile old mode 100755 new mode 100644 diff --git a/docs/README.md b/docs/README.md old mode 100755 new mode 100644 diff --git a/docs/make.bat b/docs/make.bat old mode 100755 new mode 100644 diff --git a/docs/requirements.txt b/docs/requirements.txt old mode 100755 new mode 100644 diff --git a/docs/source/.conf.py.swp b/docs/source/.conf.py.swp old mode 100755 new mode 100644 diff --git a/docs/source/conf.py b/docs/source/conf.py old mode 100755 new mode 100644 diff --git a/docs/source/index.rst b/docs/source/index.rst old mode 100755 new mode 100644 diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst old mode 100755 new mode 100644 diff --git a/docs/source/readme.rst b/docs/source/readme.rst old mode 100755 new mode 100644 diff --git a/docs/source/usage.rst b/docs/source/usage.rst old mode 100755 new mode 100644 diff --git a/docs/upgrade-guides/0.3.0.md b/docs/upgrade-guides/0.3.0.md old mode 100755 new mode 100644 diff --git a/media/repo-banner.sketch b/media/repo-banner.sketch old mode 100755 new mode 100644 diff --git a/media/repo-banner@2x.png b/media/repo-banner@2x.png old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/src/Ed25519Keypair.js b/src/Ed25519Keypair.js old mode 100755 new mode 100644 diff --git a/src/baseRequest.js b/src/baseRequest.js old mode 100755 new mode 100644 diff --git a/src/connection.js b/src/connection.js old mode 100755 new mode 100644 diff --git a/src/format_text.js b/src/format_text.js old mode 100755 new mode 100644 diff --git a/src/index.js b/src/index.js old mode 100755 new mode 100644 diff --git a/src/request.js b/src/request.js old mode 100755 new mode 100644 diff --git a/src/sanitize.js b/src/sanitize.js old mode 100755 new mode 100644 diff --git a/src/sha256Hash.js b/src/sha256Hash.js old mode 100755 new mode 100644 diff --git a/src/stringify_as_query_param.js b/src/stringify_as_query_param.js old mode 100755 new mode 100644 diff --git a/src/transaction/hashTransaction.js b/src/transaction/hashTransaction.js old mode 100755 new mode 100644 diff --git a/src/transaction/index.js b/src/transaction/index.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeCreateTransaction.js b/src/transaction/makeCreateTransaction.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeEd25519Condition.js b/src/transaction/makeEd25519Condition.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeInputTemplate.js b/src/transaction/makeInputTemplate.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeOutput.js b/src/transaction/makeOutput.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeSha256Condition.js b/src/transaction/makeSha256Condition.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeThresholdCondition.js b/src/transaction/makeThresholdCondition.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeTransaction.js b/src/transaction/makeTransaction.js old mode 100755 new mode 100644 diff --git a/src/transaction/makeTransferTransaction.js b/src/transaction/makeTransferTransaction.js old mode 100755 new mode 100644 diff --git a/src/transaction/serializeTransactionIntoCanonicalString.js b/src/transaction/serializeTransactionIntoCanonicalString.js old mode 100755 new mode 100644 diff --git a/src/transaction/signTransaction.js b/src/transaction/signTransaction.js old mode 100755 new mode 100644 diff --git a/src/transaction/utils/ccJsonLoad.js b/src/transaction/utils/ccJsonLoad.js old mode 100755 new mode 100644 diff --git a/src/transaction/utils/ccJsonify.js b/src/transaction/utils/ccJsonify.js old mode 100755 new mode 100644 diff --git a/test/connection/test_connection.js b/test/connection/test_connection.js old mode 100755 new mode 100644 diff --git a/test/constants.js b/test/constants.js old mode 100755 new mode 100644 diff --git a/test/integration/test_integration.js b/test/integration/test_integration.js old mode 100755 new mode 100644 diff --git a/test/transaction/test_cryptoconditions.js b/test/transaction/test_cryptoconditions.js old mode 100755 new mode 100644 diff --git a/test/transaction/test_transaction.js b/test/transaction/test_transaction.js old mode 100755 new mode 100644 diff --git a/webpack.config.js b/webpack.config.js old mode 100755 new mode 100644 diff --git a/yarn.lock b/yarn.lock old mode 100755 new mode 100644