Skip to content

Commit

Permalink
chore: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Feb 22, 2024
1 parent d4b4ea3 commit 39f4199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"private": true,
"packageManager": "pnpm",
"repository": {
"type": "git",
"url": "[email protected]:3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/cli"
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf packages/**/node_modules",
"prepare": "husky install",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,11 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "[email protected]:3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/cli"
}
}

0 comments on commit 39f4199

Please sign in to comment.