@davidsneighbour/babel-config 4.0.7 → 4.0.8
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 +5 -5
package/README.md
CHANGED
|
@@ -57,15 +57,15 @@ module.exports = {
|
|
|
57
57
|
|
|
58
58
|
To be written ...
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
<!-- CONFIGURATIONS BEGIN -->
|
|
61
61
|
|
|
62
|
-
## davidsneighbour/
|
|
62
|
+
## davidsneighbour/configurations
|
|
63
63
|
|
|
64
64
|
A collection of configurations for website development at DNB Org.
|
|
65
65
|
|
|
66
66
|
<!-- prettier-ignore -->
|
|
67
|
-
|
|
|
68
|
-
| --- |
|
|
67
|
+
|Package | Description |
|
|
68
|
+
| --- | --- |
|
|
69
69
|
| [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
|
|
70
70
|
| [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
|
|
71
71
|
| [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
|
|
@@ -73,6 +73,7 @@ A collection of configurations for website development at DNB Org.
|
|
|
73
73
|
| [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
|
|
74
74
|
| [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
|
|
75
75
|
| [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
|
|
76
|
+
| [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
|
|
76
77
|
| [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
|
|
77
78
|
| [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
|
|
78
79
|
| [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
|
|
@@ -82,4 +83,4 @@ A collection of configurations for website development at DNB Org.
|
|
|
82
83
|
| [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
|
|
83
84
|
| [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
|
|
84
85
|
|
|
85
|
-
|
|
86
|
+
<!-- CONFIGURATIONS END -->
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidsneighbour/babel-config",
|
|
3
|
-
"version": "4.0.7",
|
|
4
|
-
"license": "MIT",
|
|
5
3
|
"description": "Babel configuration for davidsneighbour projects.",
|
|
4
|
+
"version": "4.0.8",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "git+https://github.com/davidsneighbour/configurations/",
|
|
6
7
|
"author": {
|
|
7
8
|
"name": "Patrick Kollitsch",
|
|
8
9
|
"email": "patrick@davids-neighbour.com",
|
|
9
10
|
"web": "https://davids-neighbour.com"
|
|
10
11
|
},
|
|
11
|
-
"repository": "git+https://github.com/davidsneighbour/configurations/",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/davidsneighbour/configurations/issues"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@babel/core": "^7.18.
|
|
16
|
+
"@babel/core": "^7.18.5",
|
|
17
17
|
"@babel/preset-env": "^7.18.2"
|
|
18
18
|
},
|
|
19
19
|
"main": "index.js",
|
|
20
|
-
"
|
|
20
|
+
"scripts": {
|
|
21
21
|
"release": "../../release"
|
|
22
22
|
}
|
|
23
23
|
}
|