rintenki 0.13.1 → 0.14.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/README.md
CHANGED
|
@@ -231,7 +231,7 @@ Parsers are auto-detected from installed packages, or configured explicitly:
|
|
|
231
231
|
|
|
232
232
|
## Supported Platforms
|
|
233
233
|
|
|
234
|
-
macOS (arm64
|
|
234
|
+
macOS (arm64) / Linux (x64) / Windows (x64)
|
|
235
235
|
|
|
236
236
|
## Inspired by
|
|
237
237
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rintenki",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "A fast HTML linter powered by html5ever + napi-rs",
|
|
5
5
|
"author": "Kazuhiro Kobayashi <https://github.com/kzhrk>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,11 +41,8 @@
|
|
|
41
41
|
"binaryName": "rintenki",
|
|
42
42
|
"targets": [
|
|
43
43
|
"aarch64-apple-darwin",
|
|
44
|
-
"x86_64-apple-darwin",
|
|
45
44
|
"x86_64-unknown-linux-gnu",
|
|
46
|
-
"
|
|
47
|
-
"x86_64-pc-windows-msvc",
|
|
48
|
-
"aarch64-pc-windows-msvc"
|
|
45
|
+
"x86_64-pc-windows-msvc"
|
|
49
46
|
]
|
|
50
47
|
},
|
|
51
48
|
"dependencies": {
|
|
Binary file
|
|
Binary file
|
package/rintenki.darwin-x64.node
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|