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