-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20.3.0 Added a setting to use extended postcodes when available
- Loading branch information
Travis Bernard
committed
Dec 18, 2018
1 parent
9ff2f53
commit 8cb7f54
Showing
8 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/test export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.gitmodules export-ignore | ||
.editorconfig export-ignore | ||
/package.json export-ignore | ||
/package-lock.json export-ignore | ||
/gulpfile.js export-ignore | ||
/grumphp.yml export-ignore | ||
/composer.lock export-ignore | ||
/.eslintrc export-ignore | ||
/.eslintignore export-ignore | ||
/.jscsrc export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "shipperhq/module-address-autocomplete", | ||
"description": "ShipperHQ Address Autocomplete Tool", | ||
"type": "magento2-module", | ||
"version": "20.3.0", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "ShipperHQ", | ||
"email": "[email protected]", | ||
"homepage": "http://www.Shipperhq.com" | ||
}, | ||
{ | ||
"name": "Zowta LLC" | ||
} | ||
], | ||
"support": { | ||
"documentation": "http://docs.shipperhq.com" | ||
}, | ||
"require": { | ||
"shipperhq/module-shipper": "^20.0" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"ShipperHQ\\AddressAutocomplete\\": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters