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