Skip to content

Commit

Permalink
NONE) chore: modify GitHub packages config (#46)
Browse files Browse the repository at this point in the history
* chore: modify github packages setting

* chore: remove unused npmrc

* release: upgrade cds version

---------

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo committed Apr 22, 2024
1 parent 8067391 commit 7a68c0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@corca-ai/cds",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -64,7 +64,11 @@
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "https://github.com/corca-ai/cds"
},
"publishConfig": {
"@corca-ai:registry": "https://npm.pkg.github.com"
"registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 7a68c0c

Please sign in to comment.