oxlint-tsgolint 0.5.1 → 0.6.0
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/README.md +3 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[![MIT licensed][license-badge]][license-url]
|
|
8
8
|
[![Build Status][ci-badge]][ci-url]
|
|
9
9
|
[![Discord chat][discord-badge]][discord-url]
|
|
10
|
+
[![npm version][npm-badge]][npm-url]
|
|
10
11
|
|
|
11
12
|
</div>
|
|
12
13
|
|
|
@@ -176,6 +177,8 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
176
177
|
|
|
177
178
|
<!-- Badge definitions -->
|
|
178
179
|
|
|
180
|
+
[npm-badge]: https://img.shields.io/npm/v/oxlint-tsgolint.svg
|
|
181
|
+
[npm-url]: https://www.npmjs.com/package/oxlint-tsgolint
|
|
179
182
|
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
|
180
183
|
[license-url]: LICENSE
|
|
181
184
|
[ci-badge]: https://github.com/oxc-project/tsgolint/actions/workflows/ci.yml/badge.svg
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.6.0",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"author": "auvred <aauvred@gmail.com>",
|
|
5
5
|
"repository": "github:oxc-project/tsgolint",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"tsgolint": "./bin/tsgolint.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@oxlint-tsgolint/win32-x64": "0.
|
|
17
|
-
"@oxlint-tsgolint/win32-arm64": "0.
|
|
18
|
-
"@oxlint-tsgolint/linux-x64": "0.
|
|
19
|
-
"@oxlint-tsgolint/linux-arm64": "0.
|
|
20
|
-
"@oxlint-tsgolint/darwin-x64": "0.
|
|
21
|
-
"@oxlint-tsgolint/darwin-arm64": "0.
|
|
16
|
+
"@oxlint-tsgolint/win32-x64": "0.6.0",
|
|
17
|
+
"@oxlint-tsgolint/win32-arm64": "0.6.0",
|
|
18
|
+
"@oxlint-tsgolint/linux-x64": "0.6.0",
|
|
19
|
+
"@oxlint-tsgolint/linux-arm64": "0.6.0",
|
|
20
|
+
"@oxlint-tsgolint/darwin-x64": "0.6.0",
|
|
21
|
+
"@oxlint-tsgolint/darwin-arm64": "0.6.0"
|
|
22
22
|
}
|
|
23
23
|
}
|