Skip to content

Commit

Permalink
npm rework
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerdie committed Dec 11, 2024
1 parent d350373 commit 4624756
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ jobs:
- run: npm ci
- run: npm test

publish-gpr:
publish-npm:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# fua.core.async
# @fua/core.async
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nicosResearchAndDevelopment/fua.core.async",
"name": "@fua/core.async",
"version": "1.0.4",
"description": "",
"main": "src/async.js",
Expand All @@ -22,6 +22,6 @@
"type": "git",
"url": "ssh://[email protected]:nicosResearchAndDevelopment/fua.core.async.git"
},
"author": "Simon Petrac",
"author": "Simon Petrac <[email protected]>",
"license": "MIT"
}

0 comments on commit 4624756

Please sign in to comment.