@kurone-kito/typescript-config 0.3.0 → 0.3.1

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 +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,8 +7,10 @@ My TypeScript configuration for general Node.js projects.
7
7
  First, install this package and its peer dependencies:
8
8
 
9
9
  ```sh
10
- npm install --save-dev @kurone-kito/typescript-config
11
- npm install --save-dev typescript typescript-eslint-language-service
10
+ npm install --save-dev \
11
+ @kurone-kito/typescript-config \
12
+ typescript \
13
+ typescript-eslint-language-service
12
14
  ```
13
15
 
14
16
  Then, create a `tsconfig.json` file. If exists, merge the following configuration into it:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurone-kito/typescript-config",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "My TypeScript configuration for general projects",
5
5
  "keywords": [
6
6
  "config",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "prettier": "@kurone-kito/prettier-config",
28
28
  "devDependencies": {
29
- "@kurone-kito/prettier-config": "0.3.0",
30
- "@typescript-eslint/parser": "^5.59.1",
29
+ "@kurone-kito/prettier-config": "0.3.1",
30
+ "@typescript-eslint/parser": "^5.59.2",
31
31
  "eslint": "^8.39.0",
32
32
  "prettier": "^2.8.8",
33
33
  "prettier-plugin-packagejson": "^2.4.3",