Skip to content

Commit

Permalink
add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Dec 24, 2024
1 parent 5d4654b commit a78872d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
**/node_modules/**
**/pkg/**
/test
/node_modules
/yarn.lock
/package-lock.json
7 changes: 7 additions & 0 deletions light-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@
},
"exports": {
".": "./dist/index.js"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@Officeyutong"
},
"repository": {
"type": "git",
"url": "https://github.com/officeyutong/ckb-light-client.git"
}
}
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"private": true,
"name": "ckb-light-client",
"workspaces": [
"./light-client-db-worker",
"./light-client-wasm",
"./light-client-js"
]
}

0 comments on commit a78872d

Please sign in to comment.