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

Commit 0022753

Browse files
committed
Update dependencies, put scripts in order
1 parent b61ca51 commit 0022753

File tree

2 files changed

+9568
-7
lines changed

2 files changed

+9568
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "create-html-boilerplate",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "create-html-boilerplate",
55
"scripts": {
6-
"stylelint": "stylelint \"source/scss/**/*.(scss|css)\"",
7-
"eslint": "eslint \"source/js/**/*.js\"",
6+
"start": "webpack-dev-server --config webpack/webpack.config.js --open",
87
"test": "concurrently npm:stylelint npm:eslint",
98
"build": "webpack --progress --config webpack/webpack.config.js -p",
10-
"prettier": "prettier --write \"source/(scss|js)/**/*.(scss|css|js|json)\"",
11-
"start": "webpack-dev-server --config webpack/webpack.config.js --open"
9+
"stylelint": "stylelint \"source/scss/**/*.(scss|css)\"",
10+
"eslint": "eslint \"source/js/**/*.js\"",
11+
"prettier": "prettier --write \"source/(scss|js)/**/*.(scss|css|js|json)\""
1212
},
1313
"dependencies": {
14-
"concurrently": "^6.0.0",
14+
"concurrently": "^6.2.0",
1515
"picturefill": "^3.0.3"
1616
},
1717
"devDependencies": {
18-
"autoprefixer": "^10.2.5",
18+
"autoprefixer": "^10.2.6",
1919
"babel-loader": "^8.2.2",
2020
"clean-webpack-plugin": "^3.0.0",
2121
"copy-webpack-plugin": "^6.4.1",

0 commit comments

Comments
 (0)