@huangjunsen/prettier-config 1.0.1 → 1.0.2

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/package.json +13 -1
  2. package/CHANGELOG.md +0 -7
package/package.json CHANGED
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@huangjunsen/prettier-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Prettier 基础配置规范",
5
5
  "main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "README.md"
9
+ ],
6
10
  "keywords": [
7
11
  "encode",
8
12
  "prettier",
9
13
  "config"
10
14
  ],
15
+ "peerDependencies": {
16
+ "prettier": ">=2.0.0"
17
+ },
18
+ "peerDependenciesMeta": {
19
+ "prettier": {
20
+ "optional": true
21
+ }
22
+ },
11
23
  "author": "Huangjunsen <951434130@qq.com>",
12
24
  "homepage": "https://github.com/Huang-junsen/js-encode-fe-spec#readme",
13
25
  "license": "ISC",
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @huangjunsen/prettier-config
2
-
3
- ## 1.0.1
4
-
5
- ### Patch Changes
6
-
7
- - feat: 适配 eslint flat config,接入 cz-git,新增 prettier-config 与第三方预设支持