nekos 2.0.1 → 2.0.2

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/CONTRIBUTING.md +4 -0
  2. package/package.json +1 -1
package/CONTRIBUTING.md CHANGED
@@ -6,6 +6,8 @@ We welcome contributions! If you want to add a new ASCII art, please follow thes
6
6
 
7
7
  You can add new cat ASCII art to the `aa/` directory. A pull request is required to add a file.
8
8
 
9
+ > ⚠ Do not send a pull request for ASCII art to `requests` or `dev` branch. Please send to `main` branch.
10
+
9
11
  ### Contribution Rules
10
12
 
11
13
  Our system will automatically check your pull request to ensure it follows these rules:
@@ -26,6 +28,8 @@ Thank you for your contribution! 🐱
26
28
 
27
29
  `aa/` ディレクトリに新しい猫のアスキーアートを追加できます。ファイルを追加するにはプルリクエストが必要です。
28
30
 
31
+ > ⚠ `requests` や `dev` ブランチにアスキーアートのためのプルリクエストを送信しないでください。 `main` ブランチに送信をお願いします。
32
+
29
33
  ### コントリビューションのルール
30
34
 
31
35
  システムは、あなたのプルリクエストが以下のルールに従っているかを自動的にチェックします。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nekos",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Let's have cute cats mess around in the log!",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",