newspack-scripts 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -75,3 +75,5 @@ Install `stylelint` via npm and reference this package's config file when runnin
|
|
|
75
75
|
```shell
|
|
76
76
|
stylelint '**/*.scss' --syntax scss --config=./node_modules/newspack-scripts/config/stylelint.config.js
|
|
77
77
|
```
|
|
78
|
+
|
|
79
|
+
_Note: for it to work properly, use `npm` at version `>=8.3.0`._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "newspack-scripts",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"bin": {
|
|
6
6
|
"newspack-scripts": "./bin/newspack-scripts.js"
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"stylelint-prettier": "^1.2.0",
|
|
34
34
|
"webpack": "^5.65.0"
|
|
35
35
|
},
|
|
36
|
+
"overrides": {
|
|
37
|
+
"prettier": "npm:wp-prettier@2.2.1-beta-1"
|
|
38
|
+
},
|
|
36
39
|
"scripts": {
|
|
37
40
|
"semantic-release": "semantic-release"
|
|
38
41
|
},
|