Skip to content

Commit

Permalink
Rename app to telemarketing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Dias committed Aug 13, 2018
1 parent 57bac4b commit 57e6c43
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Add _ImpersonateCustomer_ app.
- Add _Telemarketing_ app.
17 changes: 11 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"vendor": "vtex",
"name": "impersonate-customer",
"name": "telemarketing",
"version": "0.0.1",
"title": "VTEX Impersonate Customer",
"title": "VTEX Telemarketing",
"defaultLocale": "pt-BR",
"description": "The VTEX Impersonate Customer app",
"description": "The VTEX telemarketing app",
"builders": {
"react": "2.x"
},
"mustUpdateAt": "2019-04-02",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"settingsSchema": {},
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.styleguide": "5.x"
"vtex.styleguide": "5.x",
"vtex.checkout-session": "0.x",
"vtex.rnb-session": "0.x",
"vtex.store-session": "0.x"
},
"policies": [
{
Expand All @@ -27,4 +32,4 @@
}
}
]
}
}
8 changes: 4 additions & 4 deletions pages/pages.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"pages": {
"impersonate-customer": {
"path": "/_v/impersonate-customer"
"telemarketing": {
"path": "/_v/telemarketing"
}
},
"extensions": {
"impersonate-customer": {
"telemarketing": {
"component": "index"
}
}
}
}

0 comments on commit 57e6c43

Please sign in to comment.