Skip to content

Commit

Permalink
moved to the npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed May 13, 2024
1 parent 44885a5 commit 3358abf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
publish:
runs-on: ubuntu-latest
env:
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
NODE_NO_WARNINGS: 1
steps:
- name: checkout
Expand Down
7 changes: 3 additions & 4 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//registry.npmjs.org/:_authToken=${REGISTRY_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
lockfile = false
auto-install-peers = true

@mp281x:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${REGISTRY_TOKEN}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"type": "module",
"version": "1.1.23",
"version": "1.0.0",
"name": "@mp281x/shared-config",
"publishConfig": { "registry": "https://npm.pkg.github.com/@mp281x" },

"globImports": ["**/src/*.ts"],

Expand Down

0 comments on commit 3358abf

Please sign in to comment.