Skip to content

Commit

Permalink
chore: exact deps in ckitjs-app
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Feb 7, 2022
1 parent fb34d20 commit c1e3e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"version": "0.0.0",
"npmClient": "yarn",
"packages": ["packages/*"],
"workspaces": ["apps/*", "packages/*"],
"useWorkspaces": true,
"command": {
"publish": {
"registry": "http://registry.npmjs.org"
"registry": "https://registry.npmjs.org"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ckitjs",
"name": "ckitjs-app",
"version": "0.0.0",
"description": "ckb apps toolkit",
"repository": "https://github.com/homura/ckit.git",
Expand Down

0 comments on commit c1e3e20

Please sign in to comment.