Skip to content

Commit

Permalink
MY-12648 fix typo (shame...)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 10, 2019
1 parent 364c6cc commit 4836305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/checkout",
"version": "3.0.7",
"version": "3.0.8",
"types": "index.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/config/data/eventConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export const UPDATE_ADDRESS_OUT = 'myparcel_updated_address';
*
* @type {string}
*/
export const UPDATE_CHECKOUT_OUT = 'myparecl_updated_checkout';
export const UPDATE_CHECKOUT_OUT = 'myparcel_updated_checkout';

0 comments on commit 4836305

Please sign in to comment.