@tomjs/stylelint 1.0.1 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @tomjs/stylelint
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Change records
8
+ - docs: 更新说明文档
9
+
10
+ ## 1.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Change records
15
+ - chore: update deps
16
+ - feat: 补充包主页地址和安装执行脚步
17
+
3
18
  ## 1.0.1
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ![npm](https://img.shields.io/npm/v/%40tomjs/stylelint) ![NPM](https://img.shields.io/npm/l/%40tomjs%2Fstylelint) ![npm package minimized gzipped size (scoped version select exports)](https://img.shields.io/bundlejs/size/%40tomjs/stylelint)
4
4
 
5
- 前端项目 [stylelint](https://stylelint.io/) 样式规范配置。**_主要用于个人学习,不推荐他人生产环境使用_**。
5
+ 前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
6
+
7
+ **\_\_**
6
8
 
7
9
  ## 使用说明
8
10
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "stylelint config for tomjs",
5
5
  "keywords": [
6
+ "tomjs",
6
7
  "lint",
7
8
  "stylelint",
9
+ "config",
8
10
  "style",
9
11
  "css",
10
12
  "less",
@@ -20,6 +22,7 @@
20
22
  "url": "https://github.com/tomgao365/tomjs.git",
21
23
  "directory": "packages/stylelint"
22
24
  },
25
+ "homepage": "https://github.com/tomgao365/tomjs/tree/master/packages/stylelint#readme",
23
26
  "files": [
24
27
  "es",
25
28
  "lib",
@@ -40,10 +43,10 @@
40
43
  }
41
44
  },
42
45
  "dependencies": {
43
- "postcss": "^8.4.29",
46
+ "postcss": "^8.4.31",
44
47
  "postcss-html": "^1.5.0",
45
48
  "postcss-less": "^6.0.0",
46
- "postcss-scss": "^4.0.8",
49
+ "postcss-scss": "^4.0.9",
47
50
  "stylelint-config-property-sort-order-smacss": "^9.1.0",
48
51
  "stylelint-config-recommended-vue": "^1.5.0",
49
52
  "stylelint-config-standard": "^34.0.0",