File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pressbooks-build-tools" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " NPM package which includes all asset linting and build tools for Pressbooks projects." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
35
35
"prettier-stylelint" : " ^0.4.2" ,
36
36
"rimraf" : " ~2.6" ,
37
37
"stylelint" : " ^8.3.1" ,
38
- "stylelint-config-standard " : " ^18 .0.0" ,
38
+ "stylelint-config-recommended-scss " : " ^3 .0.0" ,
39
39
"stylelint-webpack-plugin" : " ^0.9.0" ,
40
40
"wp-pot-cli" : " ^1.0.1"
41
41
}
Original file line number Diff line number Diff line change @@ -7432,16 +7432,16 @@ style-search@^0.1.0:
7432
7432
version "0.1.0"
7433
7433
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
7434
7434
7435
+ stylelint-config-recommended-scss@^3.0.0 :
7436
+ version "3.0.0"
7437
+ resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.0.0.tgz#1604a7c5774acee202bf2cedbcbde8ee5efbdecd"
7438
+ dependencies :
7439
+ stylelint-config-recommended "^2.0.0"
7440
+
7435
7441
stylelint-config-recommended@^2.0.0 :
7436
7442
version "2.0.0"
7437
7443
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090"
7438
7444
7439
- stylelint-config-standard@^18.0.0 :
7440
- version "18.0.0"
7441
- resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc"
7442
- dependencies :
7443
- stylelint-config-recommended "^2.0.0"
7444
-
7445
7445
stylelint-webpack-plugin@^0.9.0 :
7446
7446
version "0.9.0"
7447
7447
resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.9.0.tgz#acc27351751dfa0113ad0eb8919946dcfc0922e2"
You can’t perform that action at this time.
0 commit comments