Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 73aebde

Browse files
Sam HSam H
authored andcommitted
fix: fix merge conflicts with develop branch
2 parents 7d69af4 + d278559 commit 73aebde

File tree

77 files changed

+3093
-3684
lines changed

Some content is hidden

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

77 files changed

+3093
-3684
lines changed

CHANGELOG.md

Lines changed: 288 additions & 75 deletions

README.md

Lines changed: 1 addition & 1 deletion

package-lock.json

Lines changed: 1545 additions & 1397 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openforge/main-website",
33
"private": true,
4-
"version": "1.4.4",
4+
"version": "2.0.2",
55
"description": "The official website for OpenForge",
66
"files": [
77
"dist/"
@@ -26,35 +26,37 @@
2626
"dependencies": {
2727
"@stencil/sass": "0.0.3",
2828
"@types/i18next": "^8.4.3",
29-
"i18next": "^11.3.2"
29+
"i18next": "^11.3.2",
30+
"jquery": "^3.3.1",
31+
"sticky-sidebar": "^3.3.1"
3032
},
3133
"devDependencies": {
32-
"@stencil/core": "^0.10.0",
34+
"@commitlint/cli": "^6.1.3",
35+
"@commitlint/config-conventional": "^6.1.3",
36+
"@stencil/core": "^0.11.4",
3337
"@stencil/dev-server": "0.0.19-0",
34-
"@stencil/router": "^0.2.4",
38+
"@stencil/router": "0.2.5",
3539
"@stencil/state-tunnel": "0.0.6",
3640
"@stencil/utils": "latest",
37-
"@commitlint/cli": "^6.1.3",
38-
"@commitlint/config-conventional": "^6.1.3",
41+
"@types/mocha": "^5.2.0",
3942
"@types/smoothscroll-polyfill": "^0.3.0",
43+
"bootstrap": "^4.2.1",
4044
"commitizen": "^2.9.6",
4145
"conventional-changelog-cli": "^1.3.22",
46+
"cypress": "^2.1.0",
4247
"cz-conventional-changelog": "^2.1.0",
4348
"husky": "^0.15.0-rc.13",
4449
"jest": "^21.2.1",
4550
"lint-staged": "^7.0.4",
4651
"prettier": "^1.12.1",
4752
"rxjs-compat": "^6.1.0",
4853
"sass-lint": "^1.12.1",
54+
"smoothscroll-polyfill": "^0.4.3",
4955
"tslint": "^5.9.1",
5056
"tslint-config-airbnb": "^5.8.0",
5157
"tslint-config-prettier": "^1.12.0",
5258
"tslint-react": "^3.5.1",
5359
"typescript": "^2.8.3",
54-
"@types/mocha": "^5.2.0",
55-
"bootstrap": "^4.1.0",
56-
"cypress": "^2.1.0",
57-
"smoothscroll-polyfill": "^0.4.3",
5860
"xvfb": "^0.2.3"
5961
},
6062
"repository": {

prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
printWidth: 80,
2+
printWidth: 200,
33
tabWidth: 2,
44
useTabs: false,
55
semi: true,

src/assets/bg-hero-team.jpg

-632 KB
Binary file not shown.

src/assets/bg-hero-town-md.jpg

-89.2 KB
Binary file not shown.

src/assets/bg-hero-town-sm.jpg

-42.9 KB
Binary file not shown.

src/assets/bg-hero-town.jpg

-86.4 KB
Binary file not shown.
-676 KB
Binary file not shown.

0 commit comments

Comments
 (0)