@tomjs/stylelint 2.3.0 → 2.4.0

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 +3 -4
  2. package/CHANGELOG.md +0 -122
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "stylelint config for tomjs",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -19,14 +19,13 @@
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/tomjs/config.git",
22
+ "url": "git+https://github.com/tomjs/config.git",
23
23
  "directory": "packages/stylelint"
24
24
  },
25
25
  "homepage": "https://github.com/tomjs/config/tree/main/packages/stylelint#readme",
26
26
  "files": [
27
27
  "es",
28
- "lib",
29
- "*.md"
28
+ "lib"
30
29
  ],
31
30
  "main": "./lib/index.js",
32
31
  "module": "./es/index.js",
package/CHANGELOG.md DELETED
@@ -1,122 +0,0 @@
1
- # @tomjs/stylelint
2
-
3
- ## 2.3.0
4
-
5
- ### Minor Changes
6
-
7
- - Change records
8
- - style: format tsconfig
9
- - chore: git rename master branch to main
10
-
11
- ## 2.2.0
12
-
13
- ### Minor Changes
14
-
15
- - Change records
16
- - chore: update stylelint deps
17
-
18
- ## 2.1.1
19
-
20
- ### Patch Changes
21
-
22
- - Change records
23
- - fix: github homepage
24
-
25
- ## 2.1.0
26
-
27
- ### Minor Changes
28
-
29
- - Change records
30
- - chore: change github repository url
31
-
32
- ## 2.0.2
33
-
34
- ### Patch Changes
35
-
36
- - Change records
37
- - chore: update package.json keywords
38
- - chore: update package.json author name
39
- - fix: stylelint remove string-quotes and sort by alphabetical order
40
-
41
- ## 2.0.1
42
-
43
- ### Patch Changes
44
-
45
- - Change records
46
- - chore: update license year
47
- - docs: update readme
48
- - fix: git repository
49
-
50
- ## 2.0.0
51
-
52
- ### Major Changes
53
-
54
- - Change records
55
- - chore: update stylelint deps, support stylelint@16
56
- - docs: add english readme
57
-
58
- ## 1.1.1
59
-
60
- ### Patch Changes
61
-
62
- - Change records
63
- - fix: stylelint high version
64
-
65
- ## 1.1.0
66
-
67
- ### Minor Changes
68
-
69
- - Change records
70
- - feat: stylelint remove vue's export
71
- - chore: update deps
72
-
73
- ## 1.0.7
74
-
75
- ### Patch Changes
76
-
77
- - Change records
78
- - chore: update readme and license
79
-
80
- ## 1.0.6
81
-
82
- ### Patch Changes
83
-
84
- - Change records
85
- - chore: update stylelint deps
86
-
87
- ## 1.0.5
88
-
89
- ### Patch Changes
90
-
91
- - Change records
92
- - docs: update doc
93
- - feat: update stylelint config
94
-
95
- ## 1.0.4
96
-
97
- ### Patch Changes
98
-
99
- - Change records
100
- - docs: 更新说明文档
101
-
102
- ## 1.0.3
103
-
104
- ### Patch Changes
105
-
106
- - Change records
107
- - docs: 更新说明文档
108
-
109
- ## 1.0.2
110
-
111
- ### Patch Changes
112
-
113
- - Change records
114
- - chore: update deps
115
- - feat: 补充包主页地址和安装执行脚步
116
-
117
- ## 1.0.1
118
-
119
- ### Patch Changes
120
-
121
- - Change records
122
- - chore: 增加 license 和 publish 配置