@davidsneighbour/postcss-config 4.0.8 → 4.0.11
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 +6 -5
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -34,15 +34,15 @@ npm install --save-dev postcss-cli
|
|
|
34
34
|
|
|
35
35
|
A global `postcss-cli` installation won't work if the plugins in this package are not installed globally as well.
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
<!-- CONFIGURATIONS BEGIN -->
|
|
38
38
|
|
|
39
|
-
## davidsneighbour/
|
|
39
|
+
## davidsneighbour/configurations
|
|
40
40
|
|
|
41
41
|
A collection of configurations for website development at DNB Org.
|
|
42
42
|
|
|
43
43
|
<!-- prettier-ignore -->
|
|
44
|
-
|
|
|
45
|
-
| --- |
|
|
44
|
+
|Package | Description |
|
|
45
|
+
| --- | --- |
|
|
46
46
|
| [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
|
|
47
47
|
| [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
|
|
48
48
|
| [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
|
|
@@ -50,6 +50,7 @@ A collection of configurations for website development at DNB Org.
|
|
|
50
50
|
| [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
|
|
51
51
|
| [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
|
|
52
52
|
| [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
|
|
53
|
+
| [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
|
|
53
54
|
| [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
|
|
54
55
|
| [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
|
|
55
56
|
| [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
|
|
@@ -59,4 +60,4 @@ A collection of configurations for website development at DNB Org.
|
|
|
59
60
|
| [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
|
|
60
61
|
| [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
<!-- CONFIGURATIONS END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidsneighbour/postcss-config",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Postcss configuration for davidsneighbour projects.",
|
|
6
6
|
"author": {
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
"bugs": "git+https://github.com/davidsneighbour/configurations/issues",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@fullhuman/postcss-purgecss": "^4.1.3",
|
|
15
|
-
"autoprefixer": "^10.4.
|
|
16
|
-
"cssnano": "^5.1.
|
|
17
|
-
"postcss": "^8.4.
|
|
18
|
-
"postcss-cli": "^
|
|
15
|
+
"autoprefixer": "^10.4.8",
|
|
16
|
+
"cssnano": "^5.1.12",
|
|
17
|
+
"postcss": "^8.4.16",
|
|
18
|
+
"postcss-cli": "^10.0.0",
|
|
19
19
|
"postcss-import": "^14.1.0",
|
|
20
|
-
"postcss-loader": "^7.0.
|
|
21
|
-
"postcss-nesting": "^10.1.
|
|
22
|
-
"postcss-preset-env": "^7.
|
|
20
|
+
"postcss-loader": "^7.0.1",
|
|
21
|
+
"postcss-nesting": "^10.1.10",
|
|
22
|
+
"postcss-preset-env": "^7.7.2"
|
|
23
23
|
},
|
|
24
24
|
"main": "index.js",
|
|
25
|
-
"
|
|
25
|
+
"scripts": {
|
|
26
26
|
"release": "../../release"
|
|
27
27
|
}
|
|
28
28
|
}
|