Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Apr 29, 2024
1 parent be9085d commit 6a00056
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 26 deletions.
6 changes: 6 additions & 0 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.darwin-arm64.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"package-exported-usage.darwin-universal.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.darwin-x64.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.linux-arm-gnueabihf.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/linux-arm-musleabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.linux-arm-musleabihf.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"libc": [
"glibc"
]
Expand Down
6 changes: 6 additions & 0 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"libc": [
"musl"
]
Expand Down
3 changes: 0 additions & 3 deletions npm/linux-riscv64-gnu/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions npm/linux-riscv64-gnu/package.json

This file was deleted.

6 changes: 6 additions & 0 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"libc": [
"glibc"
]
Expand Down
6 changes: 6 additions & 0 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"libc": [
"musl"
]
Expand Down
6 changes: 6 additions & 0 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.win32-arm64-msvc.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"package-exported-usage.win32-ia32-msvc.node"
],
"license": "MIT",
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 10"
}
Expand Down
6 changes: 6 additions & 0 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"files": [
"package-exported-usage.win32-x64-msvc.node"
],
"repository": {
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"node": ">= 10"
},
"repository": {

"type": "git",
"url": "https://github.com/sheinsight/package-exported-useage"
},
"publishConfig": {
Expand Down

0 comments on commit 6a00056

Please sign in to comment.