Skip to content

Commit a5b972a

Browse files
committed
Merge branch 'dev'
2 parents fab5cda + 6f3dbc5 commit a5b972a

44 files changed

Lines changed: 6433 additions & 13135 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ typings/
5151
# Output of 'npm pack'
5252
*.tgz
5353

54-
# Yarn Integrity file
54+
# Yarn files
55+
.yarn
5556
.yarn-integrity
5657

5758
# dotenv environment variables file

.prettierrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"semi": false,
44
"useTabs": true,
55
"tabWidth": 4,
6-
"trailingComma": "es5"
6+
"trailingComma": "es5",
7+
"printWidth": 100,
8+
"quoteProps": "as-needed",
9+
"arrowParens": "avoid"
710
}

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarnPath: .yarn/releases/yarn-3.1.1.cjs
2+
nodeLinker: node-modules

build/installerHeader.bmp

33.5 KB
Binary file not shown.

build/installerSidebar.bmp

201 KB
Binary file not shown.

0 commit comments

Comments
 (0)