@tomjs/stylelint 1.0.2 → 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,12 @@
1
1
  # @tomjs/stylelint
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Change records
8
+ - docs: 更新说明文档
9
+
3
10
  ## 1.0.2
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
6
6
 
7
- **_本项目主要用于个人学习,不推荐他人生产环境使用_**
7
+ **\_\_**
8
8
 
9
9
  ## 使用说明
10
10
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "1.0.2",
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",