@tomjs/stylelint 2.0.0 → 2.0.1

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,14 @@
1
1
  # @tomjs/stylelint
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Change records
8
+ - chore: update license year
9
+ - docs: update readme
10
+ - fix: git repository
11
+
3
12
  ## 2.0.0
4
13
 
5
14
  ### Major Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Tom Gao<tom@tomgao.cc>
3
+ Copyright (c) 2023-PRESENT Tom Gao<tom@tomgao.cc>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ![npm](https://img.shields.io/npm/v/@tomjs/stylelint) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/stylelint) ![NPM](https://img.shields.io/npm/l/@tomjs/stylelint)
4
4
 
5
- Front-end project [stylelint](https://stylelint.io/) style specification configuration.
5
+ **English** | [中文](./README.zh_CN.md)
6
+
7
+ > Front-end project [stylelint](https://stylelint.io/) style specification configuration.
6
8
 
7
9
  ## Usage
8
10
 
package/README.zh_CN.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ![npm](https://img.shields.io/npm/v/@tomjs/stylelint) ![node-current (scoped)](https://img.shields.io/node/v/@tomjs/stylelint) ![NPM](https://img.shields.io/npm/l/@tomjs/stylelint)
4
4
 
5
- 前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
5
+ [English](./README.md) | **中文**
6
+
7
+ > 前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
6
8
 
7
9
  ## 使用
8
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "stylelint config for tomjs",
5
5
  "keywords": [
6
6
  "tomjs",
@@ -19,10 +19,10 @@
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/tomgao365/@tomjs.git",
22
+ "url": "https://github.com/tomgao365/tomjs.git",
23
23
  "directory": "packages/stylelint"
24
24
  },
25
- "homepage": "https://github.com/tomgao365/@tomjs/tree/master/packages/stylelint#readme",
25
+ "homepage": "https://github.com/tomgao365/tomjs/tree/master/packages/stylelint#readme",
26
26
  "files": [
27
27
  "es",
28
28
  "lib",