Skip to content

Commit

Permalink
chore(bindings/nodejs): update package.json repository info (#2078)
Browse files Browse the repository at this point in the history
* chore(bindings/nodejs): update package repository

* fix: add repository info
  • Loading branch information
imp2002 authored Apr 23, 2023
1 parent fdc82f9 commit 85dcff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@opendal/lib-darwin-arm64",
"repository": "git@github.com/apache/incubator-opendal.git",
"version": "0.33.0",
"os": [
"darwin"
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@opendal/lib-darwin-x64",
"repository": "git@github.com/apache/incubator-opendal.git",
"version": "0.33.0",
"os": [
"darwin"
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@opendal/lib-linux-x64-gnu",
"version": "0.33.0",
"repository": "git@github.com/apache/incubator-opendal.git",
"os": [
"linux"
],
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@opendal/lib-win32-x64-msvc",
"version": "0.33.0",
"repository": "git@github.com/apache/incubator-opendal.git",
"os": [
"win32"
],
Expand Down

0 comments on commit 85dcff7

Please sign in to comment.