@uruhalushia/file-icon-linux-loong64-gnu 0.0.0 → 0.1.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 CHANGED
@@ -1,3 +1,3 @@
1
- # @uruhalushia/file-icon-linux-loong64-gnu
1
+ # `@uruhalushia/file-icon-linux-loong64-gnu`
2
2
 
3
- Placeholder package for native artifacts published by @uruhalushia/file-icon.
3
+ This is the **loongarch64-unknown-linux-gnu** binary for `@uruhalushia/file-icon`
Binary file
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@uruhalushia/file-icon-linux-loong64-gnu",
3
- "version": "0.0.0",
4
- "description": "Placeholder package for @uruhalushia/file-icon-linux-loong64-gnu.",
5
- "main": "index.js",
3
+ "version": "0.1.0",
4
+ "cpu": [
5
+ "loong64"
6
+ ],
7
+ "main": "file-icon.linux-loong64-gnu.node",
6
8
  "files": [
7
- "index.js",
8
- "README.md"
9
+ "file-icon.linux-loong64-gnu.node"
9
10
  ],
11
+ "description": "Node.js bindings for the native file and application icon resolver.",
10
12
  "homepage": "https://github.com/UruhaLushia/file-icon-rs",
11
13
  "license": "GPL-3.0-only",
12
14
  "engines": {
@@ -25,10 +27,7 @@
25
27
  "os": [
26
28
  "linux"
27
29
  ],
28
- "cpu": [
29
- "loong64"
30
- ],
31
30
  "libc": [
32
31
  "glibc"
33
32
  ]
34
- }
33
+ }
package/index.js DELETED
@@ -1 +0,0 @@
1
- throw new Error('@uruhalushia/file-icon-linux-loong64-gnu is a placeholder package. Use @uruhalushia/file-icon instead.')