Skip to content

Commit fe01301

Browse files
committed
Fixes readme.
1 parent 773557b commit fe01301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm ci
1818
- run: npm run build
19-
- run: npm publish
19+
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ To install this transformer, add the following lines to your [`.parcelrc`](https
4444
}
4545
```
4646

47-
**Note:* It is important that `@anteris/parcel-transformer-html-literals` be the first transformer in the list.
47+
**Note:** It is important that `@anteris/parcel-transformer-html-literals` be the first transformer in the list.

0 commit comments

Comments
 (0)