Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 19, 2024
2 parents f2f4d2a + 539e894 commit 322f85d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section describes the project structure and our development guidelines.

## Setup the project

1. To get started you will need Node.js version `>=18.13.0`.
1. To get started you will need Node.js version `>=20.8.1` and NPM version `>=9.0.0`.

2. After cloning the repo, run:
```commandline
Expand Down
31 changes: 17 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"postcss-less": "^6.0.0",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.0",
"smoothscroll-polyfill": "^0.4.4",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-prettier": "^5.0.0",
"ts-jest": "^29.1.1",
"typescript": "5.3.3"
Expand Down
3 changes: 3 additions & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"description": "ESL Website source",
"homepage": "https://esl-ui.com/",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "npm run clean && concurrently --kill-others \"npm run watch:lib\" \"npm run watch:ts\" \"npm run watch:less\" \"npm run watch:eleventy\"",
"test": "",
Expand Down

0 comments on commit 322f85d

Please sign in to comment.