Skip to content

Commit

Permalink
Improved: the app name entry in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Mar 23, 2023
1 parent 6c4e295 commit 0844978
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "co.hotwax.ionic.sdk",
"appName": "ionic-sdk",
"appId": "co.hotwax.fulfillment",
"appName": "Fulfillment",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ionicSDK",
"name": "fulfillment",
"integrations": {
"capacitor": {}
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ionic-sdk",
"name": "fulfillment",
"version": "0.0.1",
"private": true,
"description": "An Ionic project",
Expand Down

0 comments on commit 0844978

Please sign in to comment.