@puruslang/linter 0.3.0 → 0.3.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.
Files changed (3) hide show
  1. package/README-ja.md +14 -0
  2. package/README.md +14 -0
  3. package/package.json +2 -3
package/README-ja.md CHANGED
@@ -8,8 +8,12 @@
8
8
 
9
9
  ---
10
10
 
11
+ [![CI](https://github.com/otoneko1102/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/otoneko1102/purus/actions/workflows/ci.yml)
11
12
  [![npm](https://img.shields.io/npm/v/purus)](https://www.npmjs.com/package/purus)
12
13
  [![npm downloads](https://img.shields.io/npm/dm/purus)](https://www.npmjs.com/package/purus)
14
+ [![License](https://img.shields.io/github/license/otoneko1102/purus)](https://github.com/otoneko1102/purus/blob/main/LICENSE)
15
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
16
+ [![VS Code Extension](https://img.shields.io/visual-studio-marketplace/i/otoneko1102.purus)](https://marketplace.visualstudio.com/items?itemName=otoneko1102.purus)
13
17
  [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/otoneko1102/purus)](https://github.com/otoneko1102/purus/pulse)
14
18
  [![GitHub last commit](https://img.shields.io/github/last-commit/otoneko1102/purus)](https://github.com/otoneko1102/purus/commits/main)
15
19
  ![US layout](https://img.shields.io/badge/US_layout-Supported-green)
@@ -49,6 +53,16 @@ npm install -D purus
49
53
 
50
54
  ドキュメントは [purus.work](https://purus.work) で確認できます。
51
55
 
56
+ ## 貢献
57
+
58
+ ガイドは [コチラ](https://github.com/otoneko1102/purus/blob/main/CONTRIBUTING-ja.md) !
59
+
60
+ <a href="https://github.com/otoneko1102/purus/graphs/contributors">
61
+ <img src="https://contrib.rocks/image?repo=otoneko1102/purus" />
62
+ </a>
63
+
64
+ Made with [contrib.rocks](https://contrib.rocks).
65
+
52
66
  ## 著者
53
67
 
54
68
  otoneko. https://github.com/otoneko1102
package/README.md CHANGED
@@ -8,8 +8,12 @@
8
8
 
9
9
  ---
10
10
 
11
+ [![CI](https://github.com/otoneko1102/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/otoneko1102/purus/actions/workflows/ci.yml)
11
12
  [![npm](https://img.shields.io/npm/v/purus)](https://www.npmjs.com/package/purus)
12
13
  [![npm downloads](https://img.shields.io/npm/dm/purus)](https://www.npmjs.com/package/purus)
14
+ [![License](https://img.shields.io/github/license/otoneko1102/purus)](https://github.com/otoneko1102/purus/blob/main/LICENSE)
15
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
16
+ [![VS Code Extension](https://img.shields.io/visual-studio-marketplace/i/otoneko1102.purus)](https://marketplace.visualstudio.com/items?itemName=otoneko1102.purus)
13
17
  [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/otoneko1102/purus)](https://github.com/otoneko1102/purus/pulse)
14
18
  [![GitHub last commit](https://img.shields.io/github/last-commit/otoneko1102/purus)](https://github.com/otoneko1102/purus/commits/main)
15
19
  ![US layout](https://img.shields.io/badge/US_layout-Supported-green)
@@ -49,6 +53,16 @@ npm install -D purus
49
53
 
50
54
  The documentation is available on [purus.work](https://purus.work).
51
55
 
56
+ ## Contribute
57
+
58
+ The guide is [here](https://github.com/otoneko1102/purus/blob/main/CONTRIBUTING.md)!
59
+
60
+ <a href="https://github.com/otoneko1102/purus/graphs/contributors">
61
+ <img src="https://contrib.rocks/image?repo=otoneko1102/purus" />
62
+ </a>
63
+
64
+ Made with [contrib.rocks](https://contrib.rocks).
65
+
52
66
  ## Author
53
67
 
54
68
  otoneko. https://github.com/otoneko1102
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puruslang/linter",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Linter for the Purus language",
5
5
  "license": "Apache-2.0",
6
6
  "main": "src/index.js",
@@ -14,8 +14,7 @@
14
14
  "altjs",
15
15
  "lang",
16
16
  "language",
17
- "noshift",
18
- "noshift.js"
17
+ "noshift"
19
18
  ],
20
19
  "author": "otoneko1102 (https://github.com/otoneko1102)",
21
20
  "homepage": "https://purus.work",