Skip to content

Commit

Permalink
Make npm package public (#4)
Browse files Browse the repository at this point in the history
* Add --access public flag to npm publish

* 0.0.3

Co-authored-by: Wojciech Iskra <[email protected]>
  • Loading branch information
domeq and domeq authored Oct 23, 2020
1 parent 830502c commit 43011d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
node-version: '12'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schibsted/middy-access-log",
"version": "0.0.2",
"version": "0.0.3",
"description": "Middy middleware for logging processed requests in an access-log like fashion",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 43011d8

Please sign in to comment.