Skip to content

Commit

Permalink
chore: repository.url
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0day committed Dec 17, 2023
1 parent dbb4c7e commit 79ede77
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/graph/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.android-arm-eabi.node",
"files": [
"easy-ast.graph.android-arm-eabi.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.android-arm64.node",
"files": [
"easy-ast.graph.android-arm64.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.darwin-arm64.node",
"files": [
"easy-ast.graph.darwin-arm64.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"os": [
"darwin"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.darwin-universal.node",
"files": [
"easy-ast.graph.darwin-universal.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.darwin-x64.node",
"files": [
"easy-ast.graph.darwin-x64.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.freebsd-x64.node",
"files": [
"easy-ast.graph.freebsd-x64.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.linux-arm-gnueabihf.node",
"files": [
"easy-ast.graph.linux-arm-gnueabihf.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.linux-arm64-gnu.node",
"files": [
"easy-ast.graph.linux-arm64-gnu.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.linux-arm64-musl.node",
"files": [
"easy-ast.graph.linux-arm64-musl.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.linux-x64-gnu.node",
"files": [
"easy-ast.graph.linux-x64-gnu.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.linux-x64-musl.node",
"files": [
"easy-ast.graph.linux-x64-musl.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"arm64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.win32-arm64-msvc.node",
"files": [
"easy-ast.graph.win32-arm64-msvc.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"ia32"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.win32-ia32-msvc.node",
"files": [
"easy-ast.graph.win32-ia32-msvc.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"main": "easy-ast.graph.win32-x64-msvc.node",
"files": [
"easy-ast.graph.win32-x64-msvc.node"
Expand Down
3 changes: 3 additions & 0 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"bundler",
"easy-ast"
],
"repository": {
"url": "https://github.com/rust-redo/easy-ast"
},
"napi": {
"name": "easy-ast.graph",
"triples": {
Expand Down

0 comments on commit 79ede77

Please sign in to comment.