Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 9f7457c

Browse files
committed
Коррекции в package.json и Readme
1 parent aea6ea6 commit 9f7457c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
## Файловая структура
23-
23+
2424
```
2525
source/
2626
fonts/ - папка с подключаемыми шрифтами
@@ -46,15 +46,15 @@ vendors/
4646

4747
## Зависимости
4848

49-
- node ^10.18
49+
- node ^10
5050

5151
## Что под капотом
5252

5353
- Webpack
5454
- SCSS
5555
- JS с Babel
5656
- Stylelint, Eslint
57-
- Prettier, Husky, lint-staged – для автоформатирования и пре-коммит проверки
57+
- Prettier – для автоформатирования
5858

5959
## Установка
6060

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "create-html-boilerplate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "create-html-boilerplate",
55
"scripts": {
6-
"stylelint": "stylelint 'source/scss/**/*.(scss|css)'",
7-
"eslint": "eslint 'source/js/**/*.js'",
6+
"stylelint": "stylelint \"source/scss/**/*.(scss|css)\"",
7+
"eslint": "eslint \"source/js/**/*.js\"",
88
"test": "concurrently npm:stylelint npm:eslint",
99
"build": "webpack -p",
10-
"postbuild": "",
11-
"prettier": "prettier --write 'source/(scss|js)/**/*.(scss|css|js|json)'",
10+
"prettier": "prettier --write \"source/(scss|js)/**/*.(scss|css|js|json)\"",
1211
"start": "webpack-dev-server --open"
1312
},
1413
"engines": {
@@ -29,10 +28,8 @@
2928
"eslint-plugin-import": "^2.22.0",
3029
"eslint-plugin-prettier": "^3.1.4",
3130
"html-webpack-plugin": "^4.3.0",
32-
"husky": "^4.2.5",
3331
"imagemin-webp-webpack-plugin": "3.3.2",
3432
"imagemin-webpack-plugin": "2.4.2",
35-
"lint-staged": "^10.2.11",
3633
"mini-css-extract-plugin": "0.9.0",
3734
"node-sass": "4.14.1",
3835
"optimize-css-assets-webpack-plugin": "5.0.3",

0 commit comments

Comments
 (0)