@devpow112/babel-config 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +5 -8
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,16 +2,15 @@
2
2
 
3
3
  [![License][License Badge]](LICENSE)
4
4
  [![Version][Version Badge]][Version Package]
5
- [![CI][CI Badge]][CI Workflow]
6
5
  [![Release][Release Badge]][Release Workflow]
7
6
  [![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
8
- [![Node Version][Node Version Badge]](package.json#L35)
7
+ [![Node Version][Node Version Badge]](package.json#L44-L45)
9
8
 
10
9
  Shareable babel configuration.
11
10
 
12
11
  ## Installation
13
12
 
14
- ```sh
13
+ ```console
15
14
  npm i -D @devpow112/babel-config
16
15
  ```
17
16
 
@@ -34,7 +33,7 @@ latest LTS version is tested against.
34
33
 
35
34
  Install dependencies via `npm`.
36
35
 
37
- ```sh
36
+ ```console
38
37
  npm i
39
38
  ```
40
39
 
@@ -42,7 +41,7 @@ npm i
42
41
 
43
42
  Execute linters via `npm`.
44
43
 
45
- ```sh
44
+ ```console
46
45
  # git, javascript and markdown
47
46
  npm run lint
48
47
 
@@ -60,7 +59,7 @@ npm run lint:md
60
59
 
61
60
  Execute formatters via `npm`.
62
61
 
63
- ```sh
62
+ ```console
64
63
  # javascript and markdown
65
64
  npm run format
66
65
 
@@ -76,8 +75,6 @@ npm run format:md
76
75
  [Version Badge]: https://img.shields.io/npm/v/@devpow112/babel-config?label=Version
77
76
  [Version Package]: https://www.npmjs.com/@devpow112/babel-config
78
77
  [Node Version Badge]: https://img.shields.io/node/v/@devpow112/babel-config
79
- [CI Badge]: https://github.com/devpow112/babel-config/actions/workflows/ci.yml/badge.svg?branch=main
80
- [CI Workflow]: https://github.com/devpow112/babel-config/actions/workflows/ci.yml?query=branch%3Amain
81
78
  [Release Badge]: https://github.com/devpow112/babel-config/actions/workflows/release.yml/badge.svg?branch=main
82
79
  [Release Workflow]: https://github.com/devpow112/babel-config/actions/workflows/release.yml?query=branch%3Amain
83
80
  [Vulnerabilities Badge]: https://img.shields.io/snyk/vulnerabilities/github/devpow112/babel-config?label=Vulnerabilities
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devpow112/babel-config",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shareable babel configuration",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,11 +50,11 @@
50
50
  "babel-plugin-add-module-exports": "^1.0.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@commitlint/cli": "^16.1.0",
54
- "@devpow112/commitlint-config": "^1.0.0",
53
+ "@commitlint/cli": "^17.0.2",
54
+ "@devpow112/commitlint-config": "^1.0.1",
55
55
  "@devpow112/eslint-config": "^1.1.2",
56
- "@devpow112/semantic-release-config": "^1.0.1",
57
- "eslint": "^8.8.0",
56
+ "@devpow112/semantic-release-config": "^1.1.0",
57
+ "eslint": "^8.16.0",
58
58
  "markdownlint-cli": "^0.31.1",
59
59
  "npm-run-all": "^4.1.5",
60
60
  "semantic-release": "^19.0.2"