Skip to content

Commit b69e97e

Browse files
author
Rafael Grigorian
committed
Normalized whitespace
1 parent 3d3c847 commit b69e97e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "jetrails/magento-twofactor",
3-
"description": "User based 2FA enablement for admin users in Magento 1.x",
4-
"type": "magento-module",
5-
"version": "1.1.4",
6-
"license": "MIT",
7-
"homepage": "https://github.com/jetrails/magento-twofactor",
2+
"name": "jetrails/magento-twofactor",
3+
"description": "User based 2FA enablement for admin users in Magento 1.x",
4+
"type": "magento-module",
5+
"version": "1.1.4",
6+
"license": "MIT",
7+
"homepage": "https://github.com/jetrails/magento-twofactor",
88
"authors": [
99
{
1010
"name": "Rafael Grigorian",
1111
"email": "[email protected]"
1212
}
1313
],
14-
"require": {
15-
"magento-hackathon/magento-composer-installer": "*"
16-
}
14+
"require": {
15+
"magento-hackathon/magento-composer-installer": "*"
16+
}
1717
}

modman

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
src/app/code/community/JetRails/TwoFactor/ app/code/community/JetRails/TwoFactor/
1+
src/app/code/community/JetRails/TwoFactor/ app/code/community/JetRails/TwoFactor/
22
src/app/design/adminhtml/base/default/layout/twofactor.xml app/design/adminhtml/base/default/layout/twofactor.xml
33
src/app/design/adminhtml/base/default/template/twofactor/backup.phtml app/design/adminhtml/base/default/template/twofactor/backup.phtml
44
src/app/design/adminhtml/base/default/template/twofactor/banned.phtml app/design/adminhtml/base/default/template/twofactor/banned.phtml

0 commit comments

Comments
 (0)