Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedkhan8067 committed May 20, 2024
1 parent eff1504 commit 0e315d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
#include "VariantConfig.js"
#if "VARIANT" == "MAC"
#if "VARIANT" == "MAC"
"name": "@naveed235812/hello-world-mac",
#elif "VARIANT" == "LINUX"
#elif "VARIANT" == "LINUX"
"name": "@naveed235812/hello-world-linux",
#else
#else
"name": "@naveed235812/hello-world-windows",
#endif
#endif
"version": "1.0.6",
"description": "This component display variant type based hello-world message on screen.",
"main": "index.js",
Expand Down

0 comments on commit 0e315d6

Please sign in to comment.